Merge pull request #2610 from etryn/develop

Fixed unnecessary margin on button group buttons
This commit is contained in:
Cole Gleason 2014-02-01 23:56:43 -08:00
commit 61a4a90d2c

View file

@ -181,6 +181,10 @@ a
.btn
margin-right: 5px
// Buttons in groups should not have a 5px margin between them; suppress margin for buttons in groups.
.btn-group .btn
margin-right: 0px
.modal-indented-list
margin-left: 10px;
padding-left: 10px;