aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less10
-rw-r--r--less/variables.less2
2 files changed, 1 insertions, 11 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 4abd17ab7..3508a5249 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -12,10 +12,7 @@
padding: 0 20px;
margin-bottom: @line-height-base;
background-color: @navbar-background;
- //#gradient > .vertical(@navbar-background-highlight, @navbar-background);
- border: 1px solid @navbar-border;
border-radius: @border-radius-base;
- .box-shadow(0 1px 4px rgba(0,0,0,.065));
// Prevent floats from breaking the navbar
.clearfix();
@@ -181,15 +178,10 @@
.navbar-fixed-top {
top: 0;
}
-.navbar-fixed-top,
-.navbar-static-top {
- .box-shadow(0 1px 10px rgba(0,0,0,.1));
-}
// Fixed to bottom
.navbar-fixed-bottom {
bottom: 0;
- .box-shadow(0 -1px 10px rgba(0,0,0,.1));
}
@@ -364,8 +356,6 @@
.navbar-inverse {
background-color: @navbar-inverse-background;
- //#gradient > .vertical(@navbar-inverse-background-highlight, @navbar-inverse-background);
- border-color: @navbar-inverse-border;
.brand,
.nav > li > a {
diff --git a/less/variables.less b/less/variables.less
index 1bcc1808d..860c71ad4 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -168,7 +168,7 @@
@navbar-brand-color: @navbar-link-color;
// Inverted navbar
-@navbar-inverse-background: #111111;
+@navbar-inverse-background: #222;
@navbar-inverse-background-highlight: #222222;
@navbar-inverse-border: #111111;