diff options
| author | Mark Otto <[email protected]> | 2012-02-11 00:11:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 00:11:34 -0800 |
| commit | efac5441d83079653dabcdd4879102ec8ccb72be (patch) | |
| tree | 1a1b33fe19f13891e7a28b5c1293cc8c24793d69 /docs/assets | |
| parent | 855dcd3f561df551b8739e4fc4d0b710b7f77ab8 (diff) | |
| download | bootstrap-efac5441d83079653dabcdd4879102ec8ccb72be.tar.xz bootstrap-efac5441d83079653dabcdd4879102ec8ccb72be.zip | |
move legend fix out of horizontal and to all forms
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52644 -> 52641 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex feffa87c0..8f614f14d 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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; } |
