From 18fa24aa9293bdffa6393a67feb040cd4d671bb9 Mon Sep 17 00:00:00 2001 From: john St Date: Thu, 9 Sep 2010 13:32:11 +0000 Subject: [PATCH] Fix for Theme Boxxie issue, MDL-24070 --- theme/boxxie/layout/frontpage.php | 8 ++++++-- theme/boxxie/layout/general.php | 5 ++++- theme/boxxie/style/core.css | 5 +++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/theme/boxxie/layout/frontpage.php b/theme/boxxie/layout/frontpage.php index 1367e5e9ede..822be30aecf 100644 --- a/theme/boxxie/layout/frontpage.php +++ b/theme/boxxie/layout/frontpage.php @@ -89,20 +89,24 @@ echo $OUTPUT->doctype() ?> +
- + + +
+ - + +
+
+ diff --git a/theme/boxxie/style/core.css b/theme/boxxie/style/core.css index c3029c59139..66255ffa227 100644 --- a/theme/boxxie/style/core.css +++ b/theme/boxxie/style/core.css @@ -13,6 +13,7 @@ body { background: #fff; padding: 5px; width: auto; + } a:link, @@ -1044,6 +1045,10 @@ h2.headingblock { margin-left: 10px; } +.myclear { + clear: both; +} + #custommenu .yui3-menu-horizontal .yui3-menu-content, #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content, #custommenu .yui3-menu-horizontal .yui3-menu-content ul,