From 8041e816a276d1ad33dda7c44d88cb8481b4e100 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 14 Nov 2010 06:08:25 +0000 Subject: #950986 by Jeff Burnz, webchick: Fixed Bartik's footer doesn't work without scrolling. --- themes/bartik/css/layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes') 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, -- cgit v1.2.3