Fixes #13903: Restore side padding on .btn-block

This commit is contained in:
Mark Otto 2014-06-23 10:38:45 -07:00
parent 9da127a8e5
commit df7cfe8652
6 changed files with 2 additions and 6 deletions

View file

@ -3071,8 +3071,6 @@ fieldset[disabled] .btn-link:focus {
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -140,8 +140,6 @@
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
// Vertically space out multiple block buttons