summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 05:24:13 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-04 05:24:13 +0000
commit039f3af6361b37074f0acf33f6bacd521eae7da5 (patch)
treea4167182b4b53a16ca85a916108bc76b52666923 /themes
parent067a7f1e81671cdb2820b0a26ebc9a8681a9d8a7 (diff)
downloadbrdo-039f3af6361b37074f0acf33f6bacd521eae7da5.tar.gz
brdo-039f3af6361b37074f0acf33f6bacd521eae7da5.tar.bz2
#988026 by Jeff Burnz: Fixed Move background color from body to #page-wrapper in Bartik
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/colors.css11
-rw-r--r--themes/bartik/css/layout.css6
-rw-r--r--themes/bartik/css/style.css1
3 files changed, 10 insertions, 8 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index 4cbd2c64b..bcba691bc 100644
--- a/themes/bartik/css/colors.css
+++ b/themes/bartik/css/colors.css
@@ -2,19 +2,15 @@
/* ---------- Color Module Styles ----------- */
-body {
- background-color: #292929;
- color: #ffffff;
-}
-#page-wrapper,
-#main,
+body,
body.overlay {
- background-color: #ffffff;
color: #3b3b3b;
}
.comment .comment-arrow {
border-color: #ffffff;
}
+#page,
+#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background: #ffffff;
@@ -45,6 +41,7 @@ a:active {
background-color: #f6f6f2;
border-color: #f9f9f9;
}
+#page-wrapper,
#footer-wrapper {
background: #292929;
}
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 16f44b289..02c9ccf38 100644
--- a/themes/bartik/css/layout.css
+++ b/themes/bartik/css/layout.css
@@ -2,7 +2,13 @@
/* ---------- Basic Layout Styles ----------- */
+html,
+body,
+#page {
+ height: 100%;
+}
#page-wrapper {
+ min-height: 100%;
min-width: 960px;
}
#header div.section,
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 3ce32cff5..47d6d80c1 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -3,7 +3,6 @@
/* ---------- Overall Specifications ---------- */
body {
- background-color: #fff;
line-height: 1.5;
font-size: 87.5%;
word-wrap: break-word;