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 { ...@@ -3951,7 +3951,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
} }
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 5px; border-radius: 4px;
} }
.nav-pills > li + li { .nav-pills > li + li {
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
// Links rendered as pills // Links rendered as pills
> a { > a {
border-radius: 5px; border-radius: @border-radius-base;
} }
+ li { + li {
margin-left: 2px; 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