summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-17 18:18:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-17 18:18:10 +0000
commite7fa9958dc382d7f93b43a6e28196ba8d50b80c6 (patch)
treeab03d609b2544e83dbb46fdf5dce7beb7a850255
parenta6159010a8069320d5c9f77c128cfa02d8e2f610 (diff)
themes/openwrt.org: further background fix
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 3e68513ae..90081a604 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -2,6 +2,11 @@
@media all {
+html {
+ min-height: 100%;
+ height: auto;
+}
+
body {
color: #ffffff;
background-color: #4a6b7c;
@@ -11,7 +16,6 @@ body {
font-family: Verdana, Arial, sans-serif;
font-size: 101%;
line-height: 100%;
- height: 100%;
padding-bottom: 1.5em;
}