diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 17:39:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 17:39:57 +0000 |
commit | dd62f951c823cef8f44d6ffa6d5a80a5c50e3592 (patch) | |
tree | 915dc5eeed371952cdbf98f9fb276e2f41739009 /themes | |
parent | 89c8f98b12f28caf95989d99da6b6cb411f979c5 (diff) |
themes/openwrt.org: fix css for background
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 9 |
1 files changed, 3 insertions, 6 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 cf4265d6a..3e68513ae 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -2,20 +2,17 @@ @media all { -html, body { + color: #ffffff; background-color: #4a6b7c; background-image: url(bg.jpg); background-position: bottom center; background-repeat: repeat-x; - color: #ffffff; - height: 100%; -} - -body { font-family: Verdana, Arial, sans-serif; font-size: 101%; line-height: 100%; + height: 100%; + padding-bottom: 1.5em; } * { |