Commit 4d4976fd authored by Jake Buob's avatar Jake Buob

Make nav pills border-radius border-radius-base

parent b896ce02
......@@ -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 {
......
......@@ -120,7 +120,7 @@
// Links rendered as pills
> a {
border-radius: 5px;
border-radius: @border-radius-base;
}
+ li {
margin-left: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment