From b9aaef6c9c54b4dcf8405f640b55f7c88326276e Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 25 Jan 2005 13:38:48 +0000 Subject: [PATCH] Blocks are 100% wide --- theme/standard/styles_layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index ea353951a1..547114a5ba 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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 +} -- 2.39.5