diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-05-09 00:44:11 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-05-09 00:44:11 +0000 |
commit | df63ade849ad056112466f4c4653f8e4cbdacf9f (patch) | |
tree | 58fb8d0ad1a3bc39bf3be28a6c724c988d6b3d48 /themes | |
parent | 30e79c0ff3c32690aaca24b8d308bda041779767 (diff) |
themes/openwrt.org: css fixes for IE6, only one half of the page was displayed. Thanks zjhzzyf. (#226)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css index 1c951854b..14db3f86e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css @@ -1,16 +1,16 @@ /* obligatory IE6 Voodoo Code */ * html body { - padding-left: 50% !important; + padding-left: 5% !important; } * html div#header { - margin-left: -100% !important; + margin-left: 100% !important; } * html div#menubar { - margin-left: -100% !important; - width: 200% !important; + margin-left: -5% !important; + width: 105% !important; } * html ul.dropdowns li ul { @@ -27,12 +27,12 @@ } * html ul.dropdowns li li a { - height: 1%; + height: 10%; } * html div#maincontent { - margin-left: -80% !important; - width: 160% !important; + margin-left: 0% !important; + width: 100% !important; } * html div.cbi-value-description { |