Adjust btn-group for correct borders on PDF buttons

This commit is contained in:
James Allen 2016-02-03 15:06:23 +00:00
parent 9880df496f
commit d88cbc342a
2 changed files with 0 additions and 4 deletions

View file

@ -114,9 +114,6 @@
}
.btn-group {
margin: 0 (@line-height-computed / 2);
> a {
margin: 0;
}
> .btn-group {
margin: 0;
}

View file

@ -66,7 +66,6 @@
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
.border-left-radius(0);
border-left: none;
}
// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)