]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
move legend fix out of horizontal and to all forms
authorMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 08:11:34 +0000 (00:11 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 08:11:34 +0000 (00:11 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css

index feffa87c0535e1b4f43638470defd27c3dacda76..8f614f14dfdbd9935e9b3012b535355c81e56106 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index d4d311b2006e0d4d9024103cdc88541eeebebff6..09688778b3b03e14598ce5c9f86fe4ab8cf28c23 100644 (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;
 }