diff options
| author | Mark Otto <[email protected]> | 2013-01-12 14:31:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 14:31:18 -0800 |
| commit | ff02043bbc5a6dca3eec734a274e91cffc611dd4 (patch) | |
| tree | debbe39582b6cd3cecd4b7b1fc6307552f0ce9ca /less | |
| parent | a33d45f3082ac6db154aa6796eeb47a0f69f2249 (diff) | |
| download | bootstrap-ff02043bbc5a6dca3eec734a274e91cffc611dd4.tar.xz bootstrap-ff02043bbc5a6dca3eec734a274e91cffc611dd4.zip | |
Flatten navbar
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 10 | ||||
| -rw-r--r-- | less/variables.less | 2 |
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; |
