2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix up padding on small buttons, add button examples

This commit is contained in:
Mark Otto
2012-08-17 16:11:52 -07:00
parent f9deb8017a
commit 5b947b8a2f
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
// Small
.btn-small {
padding: 5px 9px;
padding: 3px 9px;
font-size: @baseFontSize - 2px;
line-height: @baseLineHeight - 2px;
}