Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv23531/phpwiki
Modified Files:
phpwiki.css
Log Message:
Moved some styles to the heavy file, but OmniWeb 4.1 now @imports :-( (Still a valid approach for Netscape).
Index: phpwiki.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** phpwiki.css 2001/12/19 01:54:36 1.17
--- phpwiki.css 2001/12/26 18:35:05 1.18
***************
*** 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);
--- 24,29 ----
*/
! /* NS4 doesn't grok @import. This allows us to put things which
! * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-(
*/
@import url(phpwiki-heavy.css);
|