aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 00:11:34 -0800
committerMark Otto <[email protected]>2012-02-11 00:11:34 -0800
commitefac5441d83079653dabcdd4879102ec8ccb72be (patch)
tree1a1b33fe19f13891e7a28b5c1293cc8c24793d69 /docs/assets/css/bootstrap.css
parent855dcd3f561df551b8739e4fc4d0b710b7f77ab8 (diff)
downloadbootstrap-efac5441d83079653dabcdd4879102ec8ccb72be.tar.xz
bootstrap-efac5441d83079653dabcdd4879102ec8ccb72be.zip
move legend fix out of horizontal and to all forms
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d4d311b20..09688778b 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;
}