Skip to content

Commit 6468701

Browse files
committed
fix vertical position of dropdown menu in .tabs
1 parent 5736ba5 commit 6468701

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Wed Oct 26 21:19:44 PDT 2011
9+
* Date: Wed Oct 26 21:28:20 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1635,7 +1635,7 @@ a.menu:after, .dropdown-toggle:after {
16351635
.tabs > li > a {
16361636
padding: 0 15px;
16371637
margin-right: 2px;
1638-
line-height: 36px;
1638+
line-height: 34px;
16391639
border: 1px solid transparent;
16401640
-webkit-border-radius: 4px 4px 0 0;
16411641
-moz-border-radius: 4px 4px 0 0;

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ a.menu:after,
349349
> a {
350350
padding: 0 15px;
351351
margin-right: 2px;
352-
line-height: @baseline * 2;
352+
line-height: (@baseline * 2) - 2;
353353
border: 1px solid transparent;
354354
.border-radius(4px 4px 0 0);
355355
&:hover {

0 commit comments

Comments
 (0)