summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;
}