diff options
Diffstat (limited to 'themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css b/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css new file mode 100644 index 000000000..890988c41 --- /dev/null +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css @@ -0,0 +1,12 @@ +fieldset.cbi-section { + position: relative; + margin-top: 1em; + padding-top: 0.75em; + border: 1px solid #CCCCCC; +} + +fieldset.cbi-section legend { + position: absolute; + top: -0.75em; + left: 0.5em; +} |