Change navbar background-color

Correct navbar background-color and remove some redundant styles
This commit is contained in:
benmanley 2014-03-15 08:26:25 +00:00
parent 0ec5ca48f5
commit c63f4b7c4c

View file

@ -1,7 +1,7 @@
// Custom styles for the menu aka toolbar aka navbar
.navbar
color: #222
background-color: #f8f8f8
background-color: #f5f5f5
border: none;
border-bottom: 1px solid rgba(0,0,0,0.2)
border-radius:0px
@ -75,12 +75,6 @@
@media screen and (max-device-width:768px), screen and (max-width:768px)
.navbar-menu
float:none
.navbar-submenu
margin-left:0
> li
display:inline-block
.dropdown-menu
position:absolute
.navbar-info
width:100%
// Button for toggling toolbar visibility