diff options
| author | Mark Otto <[email protected]> | 2012-12-17 10:11:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-17 10:11:33 -0800 |
| commit | ac20a082817e671250529b68147d5b60e2321e69 (patch) | |
| tree | d91af78ffd5fce9e8e301a51b3a4b49e26a10c70 | |
| parent | 4245e8ebb5c98ca1a89b7b56578d4fe52ee81802 (diff) | |
| download | bootstrap-ac20a082817e671250529b68147d5b60e2321e69.tar.xz bootstrap-ac20a082817e671250529b68147d5b60e2321e69.zip | |
Use @border-radius-base var for nav tabs
| -rw-r--r-- | less/navs.less | 2 |
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; } |
