Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-17 22:11:33 +0400
committerMark Otto <otto@github.com>2012-12-17 22:11:33 +0400
commitac20a082817e671250529b68147d5b60e2321e69 (patch)
treed91af78ffd5fce9e8e301a51b3a4b49e26a10c70 /less
parent4245e8ebb5c98ca1a89b7b56578d4fe52ee81802 (diff)
Use @border-radius-base var for nav tabs
Diffstat (limited to 'less')
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index b4068f3361..19b43dfa0b 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;
}