aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/theme.less')
-rw-r--r--less/theme.less2
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);