diff options
| author | Mark Otto <[email protected]> | 2013-08-18 09:58:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 09:58:21 -0700 |
| commit | 4246f6a01f6d025962beb8dcc9a035d6e17e5d20 (patch) | |
| tree | cf7fdda747de47e784296e2144e714f6be3fcaa7 | |
| parent | b790bbbafc1ca24f54b1a836601502feda49caad (diff) | |
| download | bootstrap-4246f6a01f6d025962beb8dcc9a035d6e17e5d20.tar.xz bootstrap-4246f6a01f6d025962beb8dcc9a035d6e17e5d20.zip | |
fixes #9769: use navbar border radius var in theme
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/theme.less b/less/theme.less index 52e2d239a..f7e503644 100644 --- a/less/theme.less +++ b/less/theme.less @@ -94,7 +94,7 @@ // Basic navbar .navbar { #gradient > .vertical(@start-color: lighten(@navbar-bg, 10%); @end-color: @navbar-bg;); - border-radius: @border-radius-base; + border-radius: @navbar-border-radius; @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075); .box-shadow(@shadow); |
