1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

xs button is xs-er (fixes #9695)

This commit is contained in:
Mark Otto 2013-08-16 11:08:29 -07:00
parent 4684e0c09b
commit 771ac3207e
3 changed files with 4 additions and 4 deletions

View file

@ -2277,7 +2277,7 @@ fieldset[disabled] .btn-link:focus {
} }
.btn-xs { .btn-xs {
padding: 3px 5px; padding: 1px 5px;
} }
.btn-block { .btn-block {
@ -3838,7 +3838,7 @@ button.close {
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 5px 10px; padding: 5px 10px;
padding: 3px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;

File diff suppressed because one or more lines are too long

View file

@ -131,7 +131,7 @@
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
} }
.btn-xs { .btn-xs {
padding: 3px 5px; padding: 1px 5px;
} }