1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02:00

fix vertical position of dropdown menu in .tabs

This commit is contained in:
Mark Otto
2011-10-26 21:28:43 -07:00
parent 5736ba549c
commit 646870135b
3 changed files with 4 additions and 4 deletions

View File

@@ -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 {