]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add nav-pills-border-radius variable 10626/head
authorJake Buob <jake@mojotech.com>
Fri, 13 Sep 2013 19:39:27 +0000 (15:39 -0400)
committerJake Buob <jake@mojotech.com>
Fri, 13 Sep 2013 19:57:10 +0000 (15:57 -0400)
less/navs.less
less/variables.less

index 4c514fd1aedbee0b049b0d93ab87db7b9656e738..e60f9f8f0efd04a455ab254c53a7b3b6b7df3939 100644 (file)
 
     // Links rendered as pills
     > a {
-      border-radius: @border-radius-base;
+      border-radius: @nav-pills-border-radius;
     }
     + li {
       margin-left: 2px;
index b84584395089ee25cc31e93f50c3fc2f7a1c22b0..1a998b9461af25313befe40ed1d3f05524021d3c 100644 (file)
 @nav-tabs-justified-active-link-border-color:     @body-bg;
 
 // Pills
+@nav-pills-border-radius:                   @border-radius-base;
 @nav-pills-active-link-hover-bg:            @component-active-bg;
 @nav-pills-active-link-hover-color:         @component-active-color;