diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 15:15:38 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 15:15:38 -0800 |
| commit | ea1c21d62d66b929be9fcdf389d4d5835c1e6546 (patch) | |
| tree | e6ee3972b2283753e2b12c3924bc73c02c762b45 /less/forms.less | |
| parent | 6493cd22c0c72c60354ebbd6d7887bcbbf4e263a (diff) | |
| parent | 23e076c1bb73c4950d473cb36218937b2607bc13 (diff) | |
| download | bootstrap-ea1c21d62d66b929be9fcdf389d4d5835c1e6546.tar.xz bootstrap-ea1c21d62d66b929be9fcdf389d4d5835c1e6546.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 3792bf420..b0daeb034 100644 --- a/less/forms.less +++ b/less/forms.less @@ -86,7 +86,7 @@ input[type="radio"] { line-height: normal; border: 0; cursor: pointer; - border-radius: 0 e("\0/"); + border-radius: 0 e("\0/"); // Nuke border-radius for IE9 only } // Reset the file input to browser defaults @@ -169,6 +169,7 @@ input[type="hidden"] { .checkbox.inline { display: inline-block; margin-bottom: 0; + vertical-align: middle; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { |
