From: Jo-Philipp Wich Date: Sat, 17 Jan 2009 18:18:10 +0000 (+0000) Subject: themes/openwrt.org: further background fix X-Git-Tag: 0.9.0~770 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e7fa9958dc382d7f93b43a6e28196ba8d50b80c6;p=project%2Fluci.git themes/openwrt.org: further background fix --- 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; }