diff options
-rw-r--r-- | themes/bartik/css/layout.css | 3 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css index 633cc1d9b..16f44b289 100644 --- a/themes/bartik/css/layout.css +++ b/themes/bartik/css/layout.css @@ -7,7 +7,7 @@ } #header div.section, #featured div.section, -#messages, +#messages div.section, #main, #triptych, #footer-columns, @@ -66,7 +66,6 @@ #main-wrapper { min-height: 300px; } -#messages div.section, #content .section, .sidebar .section { padding: 0 15px; diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 2f56776cf..b31fb63aa 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -987,8 +987,11 @@ ul.action-links li a { padding: 20px 0 5px; margin: 0 auto; } +.featured #messages { + background: #f0f0f0; +} div.messages { - margin: 8px 0; + margin: 8px 15px; } /* -------------- Breadcrumbs -------------- */ |