diff options
| author | Mark Otto <[email protected]> | 2012-03-11 22:28:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 22:28:37 -0700 |
| commit | ac7f571e536f4a6d5ee28fba50810d84e4dc1403 (patch) | |
| tree | 2960a207dd4bf42d4cad421993126d4fd9166bcd /less | |
| parent | e5a284d442a9c197bf52c9e46e0e387ff45ab9d6 (diff) | |
| download | bootstrap-ac7f571e536f4a6d5ee28fba50810d84e4dc1403.tar.xz bootstrap-ac7f571e536f4a6d5ee28fba50810d84e4dc1403.zip | |
enable button groups in modal-footer by removing 5px added margin between .btn
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index b6f71ffff..4fccea738 100644 --- a/less/modals.less +++ b/less/modals.less @@ -83,4 +83,8 @@ margin-left: 5px; margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } } |
