diff options
| author | Mark Otto <[email protected]> | 2013-09-16 22:00:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-16 22:00:39 -0700 |
| commit | f2750dd6bcb27648977d2c2de2931d945c5492a8 (patch) | |
| tree | 65ec9383fa1d7e73b24a7628e620b2bfb54ce50e /dist/css/bootstrap.css | |
| parent | 21486ffad80913bdec8d087be50c39359721e4a9 (diff) | |
| parent | 2381ab088bda18b4fa3fa041cc3f42ae4c959502 (diff) | |
| download | bootstrap-f2750dd6bcb27648977d2c2de2931d945c5492a8.tar.xz bootstrap-f2750dd6bcb27648977d2c2de2931d945c5492a8.zip | |
Merge pull request #10626 from buob/variablize-nav-pill-border-radius
Variablize nav pill border radius
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 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 { |
