]> git.mjollnir.org Git - moodle.git/commitdiff
CSS properties supplemented to deal with unwanted post modernism effects ;-)
authorurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 16:26:24 +0000 (16:26 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 26 Jan 2005 16:26:24 +0000 (16:26 +0000)
theme/XHTML_CSS_UH/styles_layout.css

index e7fde6288b10f6c3585b844146aaacfcc934ada0..03fbeb00305eb022b60eb406dc4c378913e29af8 100644 (file)
@@ -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;