I have styled my images to create rounded corners in supporting browsers and add a drop shadow. However, I would like to able to exclude certain images from this rule. Specifically the images loaded by the Share and Follow plugin. They can be seen on each page, and I don't want them rounded or shadowed.
I have added the following code to css inserts, and Firebug tells me it is active; however, I see no results.
Code:
.shareinpost { -webkit-box-shadow: none; /* Safari */ box-shadow: none; -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
WP 3.2.1
Ata 3.6.7
Test site: www.epiphanydancearts.org.previewdns.com