From: urs_hunkler Date: Wed, 26 Jan 2005 16:26:24 +0000 (+0000) Subject: CSS properties supplemented to deal with unwanted post modernism effects ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=331411de3cf0669a7c1de94d82b072148df396e5;p=moodle.git CSS properties supplemented to deal with unwanted post modernism effects ;-) --- 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;