Closed (fixed)
Project:
Contented7
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2006 at 16:48 UTC
Updated:
14 Aug 2006 at 02:45 UTC
One problem with the theme Contented7: Bullets don't show up in unordered lists in Internet Explorer, same for ordered lists. In Firefox, everything is OK.
You can see it yourself on http://tcp-lp-mod.sourceforge.net/ in the article "TCP Low Priority module (TCP-LP-MOD)".
Remove the list elements (ul, ol, dl) from line 26 of style.css.
Explanation: margin:0.75em 0; means also margin-left is 0, which makes the bullets, which in IE apparently are "in the left margin" somehow, disappear.
Comments
Comment #1
hswong3i commentedalreay fix in both HEAD and DRUPAL-4-7
http://drupal.org/cvs?commit=37952
http://drupal.org/cvs?commit=37953
http://drupal.org/cvs?commit=37954
Thank you for report bug ;-)
Comment #2
hswong3i commented