2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
View File
@@ -131,7 +131,7 @@
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
}
.btn-xs {
padding: 3px 5px;
padding: 1px 5px;
}