diff options
| author | Jake Buob <[email protected]> | 2013-09-13 15:56:30 -0400 |
|---|---|---|
| committer | Jake Buob <[email protected]> | 2013-09-13 15:56:30 -0400 |
| commit | 4d4976fdcc3f2e88408a7993854a7cfbafd0c6ec (patch) | |
| tree | c8929313184ff9ba8c30b828b69041c56e633696 | |
| parent | b896ce0270572e0f377baddb68860cb4bd80ca8c (diff) | |
| download | bootstrap-4d4976fdcc3f2e88408a7993854a7cfbafd0c6ec.tar.xz bootstrap-4d4976fdcc3f2e88408a7993854a7cfbafd0c6ec.zip | |
Make nav pills border-radius border-radius-base
| -rw-r--r-- | dist/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/navs.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 836b74107..c6490a40d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { diff --git a/less/navs.less b/less/navs.less index bdab92606..4c514fd1a 100644 --- a/less/navs.less +++ b/less/navs.less @@ -120,7 +120,7 @@ // Links rendered as pills > a { - border-radius: 5px; + border-radius: @border-radius-base; } + li { margin-left: 2px; |
