Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv29922/phpwiki
Modified Files:
phpwiki.css
Log Message:
Note re: invisible ? in OmniWeb4 (MacOSX)
Index: phpwiki.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** phpwiki.css 2001/12/06 19:15:05 1.6
--- phpwiki.css 2001/12/07 06:57:08 1.7
***************
*** 24,29 ****
*/
! /* NS4 doesn't grok @import. This allows us to put things which break NS4
! * in another file.
*/
@import url(phpwiki-heavy.css);
--- 24,29 ----
*/
! /* NS4 & OmniWeb 4 don't grok @import. This allows us to put things which
! * break NS4 and OW4 in another file.
*/
@import url(phpwiki-heavy.css);
***************
*** 144,147 ****
--- 144,148 ----
.wikiunknown, .named-wikiunknown
{color: #600; }
+ /* This renders the ? invisible in OW4 */
.wikiunknown A, .named-wikiunknown
{ color: white; background-color: #600; }
|