aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-17 15:28:41 -0700
committerMark Otto <[email protected]>2012-09-17 15:28:41 -0700
commitf69e244a6036a40fd1721b4e56dc54e5ce1f6af4 (patch)
treefa555d8fd356f04d8bb83aa86df2deb3e413d188
parent6f3bef195a7f24c241a0253bc4a402b863bd64cc (diff)
parentcd876fb659dff9ed3a9843448f4412553637b86d (diff)
downloadbootstrap-f69e244a6036a40fd1721b4e56dc54e5ce1f6af4.tar.xz
bootstrap-f69e244a6036a40fd1721b4e56dc54e5ce1f6af4.zip
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 4c38f7dbf..0836cd512 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -123,7 +123,7 @@
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
color: @gray;
- background-color: @white;
+ background-color: @bodyBackground;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;