* luci/themes: made margin for value description IE-only

This commit is contained in:
Jo-Philipp Wich 2008-07-13 01:40:17 +00:00
parent 41cb1705b7
commit e1d0ef5658

View file

@ -287,7 +287,6 @@ div.cbi-value-field {
div.cbi-value-description {
width: 58%;
margin-left: 40%;
font-size: 90%;
}
@ -405,3 +404,7 @@ td.cbi-section-table-optionals {
* html .mainmenu {
height: 1.8em;
}
* html div.cbi-value-description {
margin-left: 40%;
}