aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-22 08:36:07 -0800
committerMark Otto <[email protected]>2012-02-22 08:36:07 -0800
commita0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f (patch)
tree3dc04a3e9304924c5ba8b26f4b890350f2beb167 /less
parentb86969f762c7c1c94e75eebd9905ef568713d647 (diff)
downloadbootstrap-a0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f.tar.xz
bootstrap-a0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f.zip
fix #1954: icons in tabs add jank border
Diffstat (limited to 'less')
-rw-r--r--less/navs.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/navs.less b/less/navs.less
index e00bffe5f..3285c9ef6 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -106,8 +106,9 @@
// 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 {