From: <var...@us...> - 2010-11-23 18:18:57
|
Revision: 7741 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7741&view=rev Author: vargenau Date: 2010-11-23 18:18:50 +0000 (Tue, 23 Nov 2010) Log Message: ----------- Glue tabs; do not force white background Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-11 14:45:18 UTC (rev 7740) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-23 18:18:50 UTC (rev 7741) @@ -49,9 +49,6 @@ /* Hide the elements we put in just to get around NS4 bugs. */ div.br { display: none; } -/* This makes spacings in NS4 too big. */ -.toolbar, div.toolbar { margin: 0.5ex 0ex; } - /* This breaks NS4, but is necessary for IE4. */ div.wikitext { width: auto; } @@ -118,11 +115,6 @@ img.inlineimage { vertical-align: middle; } /** - * Edit Page & View Source - */ -/* color: inherit; and background: inherit; display as lime in NS4 */ - -/** * Diff Output */ .diff .prefix { @@ -172,7 +164,6 @@ div.wikitext { margin-top: 1ex; margin-bottom: 0.5ex; - background: white; padding-bottom: 1em; clear: both; } @@ -938,7 +929,6 @@ #content { margin: 0; padding: 1em 1em 1.5em 1em; - background: white; border: 1px solid #aaaaaa; line-height: 1.2em; position: relative; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |