Closed (fixed)
Project:
Sky
Version:
6.x-3.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 18:03 UTC
Updated:
22 Aug 2009 at 19:49 UTC
Hi!
Love this theme and see lots of possibilities with it.
I would like to know how to remove the drop shadow on the left and right hand side, only visible in Google Chrome?
Comments
Comment #1
aimutch commentedLook in style.css for this line under #wrapper:
-webkit-box-shadow: 1em 1em 5em rgba(0, 0, 0, 0.5);
Comment it out to keep that from displaying.
Comment #2
jacineThanks aimutch :) Closing this.