diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 16:13:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 16:13:15 +0000 |
commit | ee9be3fa6e1d9240728a160b796d28a9ebf90c3f (patch) | |
tree | 492dacbab4b802495c64acb85c6dffe464bb7ce0 /themes | |
parent | 9a7c358cfb684970ae050681067e4f87a079cbc0 (diff) |
* luci/themes: fix css from last commit
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 12 |
1 files changed, 1 insertions, 11 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 a022bccbf..dadb9942d 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -417,16 +417,6 @@ div.cbi-value-description { display: inline; } -/* -div.cbi-value-field > div.cbi-value-description { - display: none; -} - -div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { - display: block; -} -*/ - div.cbi-section-create { clear: left; } @@ -445,7 +435,7 @@ div.cbi-section-remove { } .cbi-section-node { - CLEAR: Both; + clear: both; border: 1px dotted #bbbbbb; padding-bottom: 0; } |