diff options
| author | Mark Otto <[email protected]> | 2013-07-26 15:08:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 15:08:45 -0700 |
| commit | 1cf0a07f174261e8ee05cfd294d5147e27e22d40 (patch) | |
| tree | 70588783a119ebd9871335449b7fbc029445396b /less/forms.less | |
| parent | 444973e54d56b7d722978ea398f2910fbbfe6b69 (diff) | |
| parent | 2e7593a40dfc6149e81044325c6ad866dcbfa8a8 (diff) | |
| download | bootstrap-1cf0a07f174261e8ee05cfd294d5147e27e22d40.tar.xz bootstrap-1cf0a07f174261e8ee05cfd294d5147e27e22d40.zip | |
Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3
Conflicts:
css.html
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/less/forms.less b/less/forms.less index 390d5427a..4f04c454c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -421,13 +421,8 @@ select { // -------------------------------------------------- // Horizontal forms are built on grid classes. -.form-horizontal { - .row + .row { - margin-top: 15px; - } - .control-label { +.form-horizontal .control-label { padding-top: 6px; - } } // Only right align form labels here when the columns stop stacking |
