Closed (fixed)
Project:
Drupal core
Version:
4.6.5
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2006 at 11:52 UTC
Updated:
19 Aug 2006 at 20:59 UTC
This is similar to http://drupal.org/node/29107 - but happens in cvs and has a slightly different effect. The padding (line 243 of style.css) seems to be causing the first line of the node to be indented when viewed in IE.
.node .taxonomy {
color: #999;
font-size: 0.8em;
padding: 1.5em;
}
The fix suggested in the other bug does not seem to fix it (makes indent smaller) - the only way I've been able to fix it so far is by removing the padding line as I don't use taxonomy on the site - not ideal though. Any ideas anyone?
Comments
Comment #1
gordon commentedmove to core.
Comment #2
magico commented