moz box shadow does not like negative blur
This commit is contained in:
parent
f5a57a6f4a
commit
fa8cc5b876
2 changed files with 0 additions and 2 deletions
|
|
@ -119,7 +119,6 @@ header {
|
|||
margin-right: 0; }
|
||||
header #aspect_header {
|
||||
-webkit-box-shadow: 0px -4px 6px -2px #777777;
|
||||
-moz-box-shadow: 0px -4px 6px -2px #777777;
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#eeeeee));
|
||||
background: -moz-linear-gradient(19% 75% 90deg, #eeeeee, #f7f7f7);
|
||||
background-color: #eeeeee;
|
||||
|
|
|
|||
|
|
@ -147,7 +147,6 @@ header
|
|||
|
||||
#aspect_header
|
||||
:-webkit-box-shadow 0px -4px 6px -2px #777
|
||||
:-moz-box-shadow 0px -4px 6px -2px #777
|
||||
|
||||
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#EEEEEE))
|
||||
:background -moz-linear-gradient(19% 75% 90deg, #eee, #f7f7f7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue