theme/bootstrap: add a mssing class style in form section (#298)

NOTE: three <br /> in some luci-app's cbi-tab-descr section which help
to workaround must be removed.
This commit is contained in:
Legend Tang 2015-03-01 01:20:33 +08:00
parent 293d964ae2
commit 291834e707

View file

@ -421,6 +421,10 @@ fieldset legend {
/* IE6-7 */
}
form .cbi-tab-descr {
line-height: 18px;
margin-bottom: 18px;
}
form .clearfix,
form .cbi-value {