mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Make nav pills border-radius border-radius-base
This commit is contained in:
parent
b896ce0270
commit
4d4976fdcc
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user