]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #1954: icons in tabs add jank border
authorMark Otto <markotto@twitter.com>
Wed, 22 Feb 2012 16:36:07 +0000 (08:36 -0800)
committerMark Otto <markotto@twitter.com>
Wed, 22 Feb 2012 16:36:07 +0000 (08:36 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/navs.less

index 99505e7976b3d256973c29f00c55ebc78c119cde..0fc6b0d20ca7ae947a912d19e6266407cf58f8e0 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 36f3fde55c0a28bd2d9e545759d2ae8a074390f5..d1b95590c4536625491c591c62d358d3b968f212 100644 (file)
@@ -2346,8 +2346,9 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
   margin-bottom: -1px;
 }
 .nav-tabs > li > a {
-  padding-top: 9px;
-  padding-bottom: 9px;
+  padding-top: 8px;
+  padding-bottom: 8px;
+  line-height: 18px;
   border: 1px solid transparent;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
index e00bffe5f8a9acb5c6ed6d44fb43fc7eb284f81b..3285c9ef691c2378d0454cd1c7ace87aca75954b 100644 (file)
 
 // Actual tabs (as links)
 .nav-tabs > li > a {
-  padding-top: 9px;
-  padding-bottom: 9px;
+  padding-top: 8px;
+  padding-bottom: 8px;
+  line-height: @baseLineHeight;
   border: 1px solid transparent;
   .border-radius(4px 4px 0 0);
   &:hover {