From: Carsten K. <car...@us...> - 2001-12-15 11:42:42
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv5182/phpwiki Modified Files: phpwiki.css Log Message: Lightened up the background color of included text (still ugly but not SO UGLY). Now the same bgcolor as .diff .added. Index: phpwiki.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** phpwiki.css 2001/12/15 05:33:45 1.14 --- phpwiki.css 2001/12/15 11:42:39 1.15 *************** *** 145,149 **** {color: #600; } - /* Interwiki links */ A.interwiki { text-decoration: none; } --- 145,148 ---- *************** *** 213,217 **** div.transclusion { ! background: lightgreen; border: thin; border-style: solid; --- 212,216 ---- div.transclusion { ! background: #cfc; border: thin; border-style: solid; |