summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 06:08:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 06:08:25 +0000
commit8041e816a276d1ad33dda7c44d88cb8481b4e100 (patch)
tree3e31f68858c5f4c70b249d7fe6ff4e308ac0e77a /themes
parentee71cf5e8000ff4259771f9d133dcf92478d79b4 (diff)
downloadbrdo-8041e816a276d1ad33dda7c44d88cb8481b4e100.tar.gz
brdo-8041e816a276d1ad33dda7c44d88cb8481b4e100.tar.bz2
#950986 by Jeff Burnz, webchick: Fixed Bartik's footer doesn't work without scrolling.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/layout.css5
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,