[Nice-commit] Nice/src/nice/tools/doc css.nice,1.1,1.2
Brought to you by:
bonniot
From: Francis B. <fb...@us...> - 2004-09-18 10:16:44
|
Update of /cvsroot/nice/Nice/src/nice/tools/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21737/src/nice/tools/doc Modified Files: css.nice Log Message: Added stylesheet entry h3.listheading that isn't actually used yet. It will be used for the index page for packages. Index: css.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/doc/css.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** css.nice 2 Sep 2004 12:52:13 -0000 1.1 --- css.nice 18 Sep 2004 10:16:35 -0000 1.2 *************** *** 21,23 **** --- 21,30 ---- "body {\n" + " /*background-color: #003300;*/\n" + + "}\n" + + "/*this could be used in the index page for a package" + + " *for Classes, Methods, and GlobalVar headings\n" + + " *not used a present because style sheets are broken*/\n" + + "h3.listheading {\n" + + " font-size: medium;\n" + + " margin: 0px 0px 0px 0px;\n" + "}\n"; \ No newline at end of file |