From: Carsten K. <car...@us...> - 2001-12-15 05:33:48
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv13705/phpwiki Modified Files: phpwiki.css Log Message: Moved the inverse "?" formatting to phpwiki-heavy.css, it renders incorrectly as white-on-white in OmniWeb4. Index: phpwiki.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** phpwiki.css 2001/12/15 02:41:23 1.13 --- phpwiki.css 2001/12/15 05:33:45 1.14 *************** *** 144,150 **** .wikiunknown, .named-wikiunknown {color: #600; } - /* This renders the ? invisible in OW4 */ - .wikiunknown A, .named-wikiunknown - { color: white; background-color: #600; } --- 144,147 ---- |