2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

restore gradient to navbars

This commit is contained in:
Mark Otto
2012-09-25 22:53:41 -07:00
parent f8efc75a66
commit d1affe6154
3 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
padding: 0 20px;
margin-bottom: @baseLineHeight;
color: @navbarText;
background-color: @navbarBackground;
#gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground);
border: 1px solid @navbarBorder;
.border-radius(4px);
.box-shadow(0 1px 4px rgba(0,0,0,.065));
@@ -357,7 +357,7 @@
.navbar-inverse {
color: @navbarInverseText;
background-color: @navbarInverseBackground;
#gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
border-color: @navbarInverseBorder;
.brand,