aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-21 14:38:47 -0700
committerMark Otto <[email protected]>2012-08-21 14:38:47 -0700
commit46c10c8b58919841d9adbc4908a127bf5eff88ad (patch)
treee8fa1268e767cd559a158709fb04821f5d8d3ab3
parent190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2 (diff)
downloadbootstrap-46c10c8b58919841d9adbc4908a127bf5eff88ad.tar.xz
bootstrap-46c10c8b58919841d9adbc4908a127bf5eff88ad.zip
alternate fix to #4522: increase line-height on btn-mini
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/buttons.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d22b327a5..2535de55e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3045,7 +3045,7 @@ button.close {
.btn-mini {
padding: 2px 6px;
font-size: 11px;
- line-height: 16px;
+ line-height: 17px;
}
.btn-block {
diff --git a/less/buttons.less b/less/buttons.less
index 077616e99..59653c1bf 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -96,7 +96,7 @@
.btn-mini {
padding: 2px 6px;
font-size: @baseFontSize - 3px;
- line-height: @baseLineHeight - 4px;
+ line-height: @baseLineHeight - 3px;
}
// Block button