diff options
| author | Mark Otto <[email protected]> | 2012-10-01 23:42:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 23:42:21 -0700 |
| commit | 3bb9e0d7538f1899ed8681b6ca2ced65822a155a (patch) | |
| tree | 35b6374a4bb9bf74bf6a593c4597fec13c9d52ae /less | |
| parent | 4ab7b77aa3750ffb64bfc544850c2722053ebbda (diff) | |
| download | bootstrap-3bb9e0d7538f1899ed8681b6ca2ced65822a155a.tar.xz bootstrap-3bb9e0d7538f1899ed8681b6ca2ced65822a155a.zip | |
increase border radius on navbar
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index c04891446..6ba70cdbc 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -14,7 +14,7 @@ color: @navbarText; #gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground); border: 1px solid @navbarBorder; - border-radius: 4px; + border-radius: 6px; .box-shadow(0 1px 4px rgba(0,0,0,.065)); // Prevent floats from breaking the navbar |
