Merge pull request #334 from legendtang/fix
theme/bootstrap: add a mssing class style in form section (#298)
This commit is contained in:
commit
de5ec52b87
1 changed files with 7 additions and 3 deletions
|
@ -421,6 +421,10 @@ fieldset legend {
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
form .cbi-tab-descr {
|
||||||
|
line-height: 18px;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
form .clearfix,
|
form .clearfix,
|
||||||
form .cbi-value {
|
form .cbi-value {
|
||||||
|
|
Loading…
Reference in a new issue