* luci/themes: fix css from last commit
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 20 Aug 2008 16:13:15 +0000 (16:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 20 Aug 2008 16:13:15 +0000 (16:13 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index a022bcc..dadb994 100644 (file)
@@ -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;
 }