]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
alternate fix to #4522: increase line-height on btn-mini
authorMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 21:38:47 +0000 (14:38 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 21:38:47 +0000 (14:38 -0700)
docs/assets/css/bootstrap.css
less/buttons.less

index d22b327a5b33dae4801046db066ab48b14791735..2535de55e43dfa476d92e4ca61c98b9a046e8d55 100644 (file)
@@ -3045,7 +3045,7 @@ button.close {
 .btn-mini {
   padding: 2px 6px;
   font-size: 11px;
-  line-height: 16px;
+  line-height: 17px;
 }
 
 .btn-block {
index 077616e990bf38de04855c75f4eb04f2caca972d..59653c1bf596205c33c8254598eccb3c651cbce9 100644 (file)
@@ -96,7 +96,7 @@
 .btn-mini {
   padding: 2px 6px;
   font-size: @baseFontSize - 3px;
-  line-height: @baseLineHeight - 4px;
+  line-height: @baseLineHeight - 3px;
 }
 
 // Block button