make header only box-shadow on bottom

This commit is contained in:
Jeff Atwood 2014-03-21 23:55:08 -07:00
parent cd28b3a21b
commit 73a9290d3f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
top: 0;
left: 0;
z-index: 1000;
box-shadow: 1px 0 4px rgba($primary_text_color, .45);
box-shadow: 0 2px 4px -2px rgba($primary_text_color, .45);
background-color: $primary_background_color;
padding-top: 3px;
.docked & {