From: Carsten K. <car...@us...> - 2001-12-19 01:54:39
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv29007/phpwiki Modified Files: phpwiki.css Log Message: reformatting & quiet-ed IncludePage text (of TextFormattingRules) Index: phpwiki.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** phpwiki.css 2001/12/17 16:41:54 1.16 --- phpwiki.css 2001/12/19 01:54:36 1.17 *************** *** 29,33 **** @import url(phpwiki-heavy.css); ! BODY { background: ivory; } BODY { font-family: arial, helvetica, sans-serif; } --- 29,33 ---- @import url(phpwiki-heavy.css); ! BODY { background: ivory; } //#ffe BODY { font-family: arial, helvetica, sans-serif; } *************** *** 232,236 **** margin: 0; } ! /**************************************************************** --- 232,240 ---- margin: 0; } ! div.wiki-edithelp { ! background: #fff8dc; /* darker ivory */ ! font-size: smaller; ! padding: 0.05ex 1%; ! } /**************************************************************** |