]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use @border-radius-base var for nav tabs
authorMark Otto <otto@github.com>
Mon, 17 Dec 2012 18:11:33 +0000 (10:11 -0800)
committerMark Otto <otto@github.com>
Mon, 17 Dec 2012 18:11:33 +0000 (10:11 -0800)
less/navs.less

index b4068f3361708a31cbea980a74c7c40c5a582836..19b43dfa0bb47ca7d0738ee388e6b298d1f03cc8 100644 (file)
@@ -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;
   }