aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-17 10:11:33 -0800
committerMark Otto <[email protected]>2012-12-17 10:11:33 -0800
commitac20a082817e671250529b68147d5b60e2321e69 (patch)
treed91af78ffd5fce9e8e301a51b3a4b49e26a10c70
parent4245e8ebb5c98ca1a89b7b56578d4fe52ee81802 (diff)
downloadbootstrap-ac20a082817e671250529b68147d5b60e2321e69.tar.xz
bootstrap-ac20a082817e671250529b68147d5b60e2321e69.zip
Use @border-radius-base var for nav tabs
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index b4068f336..19b43dfa0 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -74,7 +74,7 @@
margin-right: 2px;
line-height: @line-height-base;
border: 1px solid transparent;
- border-radius: 4px 4px 0 0;
+ border-radius: @border-radius-base @border-radius-base 0 0;
&:hover {
border-color: @grayLighter @grayLighter #ddd;
}