]> git.mjollnir.org Git - moodle.git/commitdiff
Blocks are 100% wide
authormoodler <moodler>
Tue, 25 Jan 2005 13:38:48 +0000 (13:38 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 13:38:48 +0000 (13:38 +0000)
theme/standard/styles_layout.css

index ea353951a1d469c13e999d55e7ba195a9970d3f4..547114a5ba3540817219e8173c517bd33708025a 100644 (file)
@@ -352,6 +352,7 @@ table.message_search_results td {
 .sideblock {
     border-width:1px;
     border-style:solid;
+    width: 100%;
 }
 
 /* weblib.php, wiki */
@@ -375,4 +376,4 @@ dialouge, exercise, forum, lesson, quiz */
     background-image:url(gradient.jpg);
     background-position:top;
     background-repeat:repeat-x;
-}
\ No newline at end of file
+}