aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-26 21:28:43 -0700
committerMark Otto <[email protected]>2011-10-26 21:28:43 -0700
commit646870135baab13b7996ea5fb86c848af7b3e76c (patch)
tree587f5d4f80cda9fc39123864b568c7a450105dca /bootstrap.css
parent5736ba549c89b3885550fb52c92d1eb61a5660c9 (diff)
downloadbootstrap-646870135baab13b7996ea5fb86c848af7b3e76c.tar.xz
bootstrap-646870135baab13b7996ea5fb86c848af7b3e76c.zip
fix vertical position of dropdown menu in .tabs
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 478ef0eb8..4ec61e92a 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Oct 26 21:19:44 PDT 2011
+ * Date: Wed Oct 26 21:28:20 PDT 2011
*/
/* Reset.less
* 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 {
.tabs > li > a {
padding: 0 15px;
margin-right: 2px;
- line-height: 36px;
+ line-height: 34px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;