Make nav pills border-radius border-radius-base

This commit is contained in:
Jake Buob 2013-09-13 15:56:30 -04:00
parent b896ce0270
commit 4d4976fdcc
2 changed files with 2 additions and 2 deletions

View 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 {

View File

@ -120,7 +120,7 @@
// Links rendered as pills
> a {
border-radius: 5px;
border-radius: @border-radius-base;
}
+ li {
margin-left: 2px;