diff options
| author | Mark Otto <[email protected]> | 2012-02-27 19:09:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 19:09:44 -0800 |
| commit | af8261af93c061f9bcc54bd948bd4652bd887c66 (patch) | |
| tree | 06b42b405aa958a6a167c1aef85df5f77496f9d2 /less | |
| parent | 7bdd9551edddd379ac999d034aa5c435fbba9bc9 (diff) | |
| download | bootstrap-af8261af93c061f9bcc54bd948bd4652bd887c66.tar.xz bootstrap-af8261af93c061f9bcc54bd948bd4652bd887c66.zip | |
simplify selector for .modal-form per #2218
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index a6d8694c1..b6f71ffff 100644 --- a/less/modals.less +++ b/less/modals.less @@ -63,7 +63,7 @@ padding: 15px; } // Remove bottom margin if need be -.modal-body .modal-form { +.modal-form { margin-bottom: 0; } |
