diff options
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 6068875fd..7de580162 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 20:31:53 PST 2012 + * Date: Wed Jan 25 21:28:14 PST 2012 */ article, aside, @@ -511,6 +511,9 @@ select, width: auto; height: auto; } +label input, label textarea, label select { + display: block; +} input[type=image], input[type=checkbox], input[type=radio] { width: auto; height: auto; @@ -893,6 +896,9 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec .control-group { margin-bottom: 9px; } +.form-horizontal legend + .control-group { + padding-top: 27px; +} .form-horizontal .control-group { margin-bottom: 18px; } |
