From: <var...@us...> - 2009-01-31 14:45:03
|
Revision: 6474 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6474&view=rev Author: vargenau Date: 2009-01-31 14:44:58 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Netscape 4 is dead Modified Paths: -------------- trunk/themes/default/phpwiki-modern.css Removed Paths: ------------- trunk/themes/default/phpwiki-modern-heavy.css Deleted: trunk/themes/default/phpwiki-modern-heavy.css =================================================================== --- trunk/themes/default/phpwiki-modern-heavy.css 2009-01-31 14:36:38 UTC (rev 6473) +++ trunk/themes/default/phpwiki-modern-heavy.css 2009-01-31 14:44:58 UTC (rev 6474) @@ -1,26 +0,0 @@ -/* - * $Id$ - * - * phpwiki-modern-heavy.css - * - * This is stuff which should be in phpwiki-modern.css, but which breaks NS4. - */ - -/* Hide the elements we put in just to get around NS4 bugs. */ -div.br { display: none; } - -/* This break NS4, but is necessary for IE4. */ -div.wikitext { width: auto; } - -/* Link icons */ -img.linkicon { vertical-align: middle; } -img.rssicon { vertical-align: baseline; } - -/**************************************************************** - ** - ** Diff Output - ** - *****************************************************************/ -.diff .block div { position: relative; padding-left: 1.5em; } -.diff .prefix { position: absolute; left: 0.5em; top: 0; } - Modified: trunk/themes/default/phpwiki-modern.css =================================================================== --- trunk/themes/default/phpwiki-modern.css 2009-01-31 14:36:38 UTC (rev 6473) +++ trunk/themes/default/phpwiki-modern.css 2009-01-31 14:44:58 UTC (rev 6474) @@ -7,7 +7,7 @@ * http://www.apache.org/ * * This incarnation of this stylesheet is a complete rewrite from the - * ground up. It has not yet been tested against NS4. + * ground up. * * Mozilla's "DOM Inspector" Sidebar was an invaluable troubleshooting * tool for mapping the more complex CSS node selectors, such as those @@ -449,7 +449,25 @@ padding: 0.5ex 0.5em; } +/* Hide the elements we put in just to get around NS4 bugs. */ +div.br { display: none; } +/* This break NS4, but is necessary for IE4. */ +div.wikitext { width: auto; } + +/* Link icons */ +img.linkicon { vertical-align: middle; } +img.rssicon { vertical-align: baseline; } + +/**************************************************************** + ** + ** Diff Output + ** + *****************************************************************/ +.diff .block div { position: relative; padding-left: 1.5em; } +.diff .prefix { position: absolute; left: 0.5em; top: 0; } + + /* For emacs users * * Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |