diff --git a/media/css/base_site.css b/media/css/base_site.css index dc494c9..063f7c5 100644 --- a/media/css/base_site.css +++ b/media/css/base_site.css @@ -6,15 +6,8 @@ a:hover { color: #11488d; } -.dashboard #content { - width: auto; -} -.module h2, .module caption, .inline-group h2 { - background: #00367b url(../images/default-bg.gif); -} - -.row1 { background: #f5f6fc none repeat scroll 0 0; } +/* HEADER */ #header { background: #003351; } #branding h1 { color: #fff; } @@ -41,6 +34,32 @@ a:hover { text-decoration: none; } +/* CONTENT */ + +.module h2, .module caption, .inline-group h2 { + background: #00367b + url(../images/default-bg.gif); +} + +.row1 { background: #f5f6fc none repeat scroll 0 0; } + +.dashboard #content { + width: auto; +} + +.dashboard #content-main .module { + float: left; + margin-right: 1%; + width: 48.5%; + +} + +.dashboard #content-related { + width: auto; +} + +/* FOOTER */ + #footer { color: #555; font-size: 0.9em;