From ee9be3fa6e1d9240728a160b796d28a9ebf90c3f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 16:13:15 +0000 Subject: [PATCH] * luci/themes: fix css from last commit --- .../htdocs/luci-static/openwrt.org/cascade.css | 12 +----------- 1 file changed, 1 insertion(+), 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; } -- 2.25.1