]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make nav pills border-radius border-radius-base
authorJake Buob <jake@mojotech.com>
Fri, 13 Sep 2013 19:56:30 +0000 (15:56 -0400)
committerJake Buob <jake@mojotech.com>
Fri, 13 Sep 2013 19:56:30 +0000 (15:56 -0400)
dist/css/bootstrap.css
less/navs.less

index 836b741076b973b3bab44df9dd061bff339ec537..c6490a40d56715fc2a1159efe4d044dc22da5b6f 100644 (file)
@@ -3951,7 +3951,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
 }
 
 .nav-pills > li > a {
-  border-radius: 5px;
+  border-radius: 4px;
 }
 
 .nav-pills > li + li {
index bdab92606b09f2c967cbb9d85906bfb17dced1eb..4c514fd1aedbee0b049b0d93ab87db7b9656e738 100644 (file)
 
     // Links rendered as pills
     > a {
-      border-radius: 5px;
+      border-radius: @border-radius-base;
     }
     + li {
       margin-left: 2px;