Remove duplicate box shadow in latest speed dial CSS

This commit is contained in:
Christian Dywan 2011-11-17 01:55:04 +01:00
parent a260fdce12
commit 5eb229c9fb

View file

@ -56,7 +56,6 @@
height: 75%;
margin: auto;
-webkit-box-shadow: 0 4px 18px rgba(0,0,0,.3), 0 0 2px #fff inset;
box-shadow: 0 4px 18px rgba(0,0,0,.3), 0 0 2px #fff inset;
background-image: -webkit-gradient(
linear, center top, center bottom,
from(#f6f6f6), to(#e3e3e3));