Closed (fixed)
Project:
Clean
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 10:02 UTC
Updated:
28 Feb 2010 at 03:30 UTC
Linked images, eg the Drupal footer block, the admin menu icon, are getting big fat oldskool borders on them in Firefox. This is due to the resource stylesheet.
In Garland, this happens:
img, a img {
border:medium none;
}
style.css?N (line 189)
img {
border:0 none;
}
defaults.css?N (line 18)
*|*:-moz-any-link img, img[usemap], object[usemap] {
border:2px solid;
}
html.css (line 400)
Does Clean do something to defaults.css that removes that img rule?
Comments
Comment #1
psynaptic commentedYep, Clean kills most core stylesheets.
I can't seem to reproduce this though.
I was going to suggest that we are missing this:
But I can't reproduce. Are you saying that by default any images within anchor tags are given a border? I don't see this in Firefox.
Could you try the dev version and see if it's still there?
Comment #2
joachim commented> Are you saying that by default any images within anchor tags are given a border?
Yes. On FF 3.5.6.
Comment #3
psynaptic commentedI'm also in 3.5.6 and I can't see what you're talking about. Could you post a screenshot and confirm you have updated to dev and still see the same issue?
Comment #4
psynaptic commentedI think I know what you have done. Did you comment out the following in reset.css?
I have changed the structure of the reset now as using the asterisk wasn't the most efficient thing. I have changed it to:
which is taken from Eric Meyer's Reset Reloaded. Maybe there is more we can use from this reset?
Comment #5
psynaptic commentedThis is now fixed.