From 331411de3cf0669a7c1de94d82b072148df396e5 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 26 Jan 2005 16:26:24 +0000 Subject: [PATCH] CSS properties supplemented to deal with unwanted post modernism effects ;-) --- theme/XHTML_CSS_UH/styles_layout.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/theme/XHTML_CSS_UH/styles_layout.css b/theme/XHTML_CSS_UH/styles_layout.css index e7fde6288b..03fbeb0030 100644 --- a/theme/XHTML_CSS_UH/styles_layout.css +++ b/theme/XHTML_CSS_UH/styles_layout.css @@ -110,13 +110,8 @@ input { padding:0px; border:0px; } -#left-column br, -#right-column br { - display:none; -} -#left-column .sideblockmain br, -#right-column .sideblockmain br { - display:inline; +#left-column .sideblock { + margin-bottom:0; } #middle-column { padding:0px 15px; @@ -144,10 +139,14 @@ h4 { } .generaltable { } -.generaltableheader { } - .generaltablecell { } +.generaltableheader, +.headingblock, +.outlineheadingblock { + background-image:none; +} + .sideblock { width:100%; border-width:1px 1px 1px 1px; @@ -155,6 +154,7 @@ h4 { } } .sideblockheading { + background-image:none; padding:0px 5px; border-width:1px 0px 0px 1px; border-style:solid; -- 2.39.5