diff options
| author | James Holland <[email protected]> | 2013-07-26 09:04:39 -0400 |
|---|---|---|
| committer | James Holland <[email protected]> | 2013-07-26 09:04:39 -0400 |
| commit | 2e7593a40dfc6149e81044325c6ad866dcbfa8a8 (patch) | |
| tree | 3ecd463625ca44e27b125d7ddbd1f00c9157c4f5 | |
| parent | 6115f01adb0e5db407e09077972c3e3e1f82a54e (diff) | |
| download | bootstrap-2e7593a40dfc6149e81044325c6ad866dcbfa8a8.tar.xz bootstrap-2e7593a40dfc6149e81044325c6ad866dcbfa8a8.zip | |
Update forms.less to remove .form-horizontal .row + .row
use .form-group to apply consistent vertical spacing on form rows
| -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 7040b17d6..21475a6d0 100644 --- a/less/forms.less +++ b/less/forms.less @@ -422,13 +422,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 |
