diff options
| author | Mark Otto <[email protected]> | 2011-10-26 21:28:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-26 21:28:43 -0700 |
| commit | 646870135baab13b7996ea5fb86c848af7b3e76c (patch) | |
| tree | 587f5d4f80cda9fc39123864b568c7a450105dca /lib | |
| parent | 5736ba549c89b3885550fb52c92d1eb61a5660c9 (diff) | |
| download | bootstrap-646870135baab13b7996ea5fb86c848af7b3e76c.tar.xz bootstrap-646870135baab13b7996ea5fb86c848af7b3e76c.zip | |
fix vertical position of dropdown menu in .tabs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 22d2bc014..5f4192d89 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -349,7 +349,7 @@ a.menu:after, > a { padding: 0 15px; margin-right: 2px; - line-height: @baseline * 2; + line-height: (@baseline * 2) - 2; border: 1px solid transparent; .border-radius(4px 4px 0 0); &:hover { |
