Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv13689/phpwiki
Modified Files:
phpwiki-heavy.css
Log Message:
Moved the inverse "?" formatting to phpwiki-heavy.css, it renders incorrectly as white-on-white in OmniWeb4.
Index: phpwiki-heavy.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki-heavy.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phpwiki-heavy.css 2001/12/14 20:29:49 1.3
--- phpwiki-heavy.css 2001/12/15 05:33:41 1.4
***************
*** 19,22 ****
--- 19,26 ----
{ font-size: larger; }
+ /* This renders the ? invisible in OW4 */
+ .wikiunknown A, .named-wikiunknown
+ { color: white; background-color: #600; }
+
/* Make wikiaction links look like buttons */
A.wikiaction, A.wikiadmin, INPUT.button
|