From: Mark Otto Date: Sat, 11 Feb 2012 08:11:34 +0000 (-0800) Subject: move legend fix out of horizontal and to all forms X-Git-Tag: v2.0.1~1^2~17^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efac5441d83079653dabcdd4879102ec8ccb72be;p=thirdparty%2Fbootstrap.git move legend fix out of horizontal and to all forms --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index feffa87c05..8f614f14df 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d4d311b200..09688778b3 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; }