diff options
| author | Mark Otto <[email protected]> | 2013-08-02 10:11:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 10:11:06 -0700 |
| commit | dfd6c235271e92c20db9fdc854c3d7f4a237a217 (patch) | |
| tree | 249e8721826e478d8a4f11254895bd449f483cc0 /less | |
| parent | e4b113934d8124e35079a76bdcbc3404bab04706 (diff) | |
| parent | a5641b0cca0d179d063bbf13fc3b7702605b091b (diff) | |
| download | bootstrap-dfd6c235271e92c20db9fdc854c3d7f4a237a217.tar.xz bootstrap-dfd6c235271e92c20db9fdc854c3d7f4a237a217.zip | |
Merge pull request #8967 from bassjobsen/patch-2
Update input-groups.less
Diffstat (limited to 'less')
| -rw-r--r-- | less/input-groups.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index f717e59c0..3586beef7 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -136,7 +136,9 @@ // -------------------------------------------------- // Horizontal forms are built on grid classes. -.form-horizontal .control-label { +.form-horizontal .control-label, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { padding-top: 9px; } |
