From 679c447812ef7bacf0718209656751f440a36b80 Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 23 Nov 2010 18:18:50 +0000 Subject: [PATCH] Glue tabs; do not force white background git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7741 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/fusionforge/fusionforge.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/themes/fusionforge/fusionforge.css b/themes/fusionforge/fusionforge.css index 59603dc00..b13c7168a 100644 --- a/themes/fusionforge/fusionforge.css +++ b/themes/fusionforge/fusionforge.css @@ -49,9 +49,6 @@ li p { margin:0; } /* 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; } @@ -117,11 +114,6 @@ img.linkicon { vertical-align: middle; } img.inlineimage { vertical-align: middle; } -/** - * Edit Page & View Source - */ -/* color: inherit; and background: inherit; display as lime in NS4 */ - /** * Diff Output */ @@ -172,7 +164,6 @@ div.wikitext pre { div.wikitext { margin-top: 1ex; margin-bottom: 0.5ex; - background: white; padding-bottom: 1em; clear: both; } @@ -938,7 +929,6 @@ img.tex { #content { margin: 0; padding: 1em 1em 1.5em 1em; - background: white; border: 1px solid #aaaaaa; line-height: 1.2em; position: relative; -- 2.45.0