Closed (fixed)
Project:
Media Responsive Theme
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2013 at 22:31 UTC
Updated:
26 Oct 2013 at 15:56 UTC
Content images from nodes fields (Body or fields like field-image) do not have the box-shadow style.
The style is only for images with link :
.content a img{
padding:5px;
box-shadow:0 0 3px #EEE;
background:#FFF;
border:#EEE 1px solid;
}It will be great to have a classname to add to our images.
Comments
Comment #1
zymphonies-dev commentedHello,
These are global style. this style applicable for all content images with link. we cannot style with class.
Thanks,
Shanid
Comment #2
zymphonies-dev commentedClosing this issue.