Closed (fixed)
Project:
Barron
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Nov 2008 at 16:58 UTC
Updated:
9 Aug 2012 at 02:15 UTC
After upgrading to 6.x-1.0, all images on my web site now have a border. I have explicitly set the image border to zero, and these images are not links. This border was not present before the upgrade, nor does it appear in other themes. The behaviour is consistent in Firefox, Chrome and IE, although in IE it is complicated by the fact that right-aligned images do not display properly.
Comments
Comment #1
cdeobald commentedResolved this by editing style.css and setting border to 0px in img styles. Code Below.
/*----------img styles----------*/
#content img {
border: 0px solid #ddd;
padding: 2px;
Comment #2
sk33lz commentedI believe this was the intention of the previous theme maintainer to outline images in content and give a slight padding. I will check with him.
Comment #3
sk33lz commentedI haven't heard back from jwolf to see what he was going for with that style, so I have removed it for the time being. I will find out what the purpose of that style was to be for and perhaps add it back later properly, as it doesn't seem to be correct currently.
Look for this fix in the 6.x-2.3 release.
Thanks,
Jason