diff options
| author | Mark Otto <[email protected]> | 2012-02-22 08:36:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-22 08:36:07 -0800 |
| commit | a0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f (patch) | |
| tree | 3dc04a3e9304924c5ba8b26f4b890350f2beb167 /less | |
| parent | b86969f762c7c1c94e75eebd9905ef568713d647 (diff) | |
| download | bootstrap-a0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f.tar.xz bootstrap-a0ec4224440d7f11ae971b1d5d2f3a5e343c6e4f.zip | |
fix #1954: icons in tabs add jank border
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 5 |
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 { |
