2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+1 -1
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 {
+1 -1
View File
@@ -120,7 +120,7 @@
// Links rendered as pills
> a {
border-radius: 5px;
border-radius: @border-radius-base;
}
+ li {
margin-left: 2px;