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,