0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

move legend fix out of horizontal and to all forms

This commit is contained in:
Mark Otto 2012-02-11 00:11:34 -08:00
parent 855dcd3f56
commit efac5441d8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -967,7 +967,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
.control-group {
margin-bottom: 9px;
}
.form-horizontal legend + .control-group {
legend + .control-group {
margin-top: 18px;
-webkit-margin-top-collapse: separate;
}