diff options
-rw-r--r-- | themes/bartik/css/layout.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css index 1dbbe5917..8f106f731 100644 --- a/themes/bartik/css/layout.css +++ b/themes/bartik/css/layout.css @@ -2,6 +2,9 @@ /* ---------- Basic Layout Styles ----------- */ +#page-wrapper { + min-width: 960px; +} #header div.section, #featured div.section, #messages, @@ -59,7 +62,7 @@ width: 240px; } #main-wrapper { - min-height: 500px; + min-height: 300px; } #messages div.section, #content .section, |