From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 16:13:15 +0000 (+0000) Subject: * luci/themes: fix css from last commit X-Git-Tag: 0.8.0~338 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=ee9be3fa6e1d9240728a160b796d28a9ebf90c3f;p=project%2Fluci.git * luci/themes: fix css from last commit --- 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; }