tweak header box shadow

This commit is contained in:
Jeff Atwood 2014-10-10 15:31:54 -07:00
parent 5c0bb56748
commit 70cccb0a06
1 changed files with 1 additions and 2 deletions

View File

@ -4,11 +4,10 @@
top: 0;
z-index: 1001;
background-color: $header_background;
box-shadow: 0 2px 4px -2px rgba(0,0,0, .25);
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
.docked & {
position: fixed;
}
.contents {