* luci/themes: fix css from last commit

This commit is contained in:
Jo-Philipp Wich 2008-08-20 16:13:15 +00:00
parent 9a7c358cfb
commit ee9be3fa6e

View 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;
}