Closed (fixed)
Project:
Marinelli
Version:
6.x-2.95
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 20:41 UTC
Updated:
19 Aug 2009 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jeffreychulick commentedWith the help of firebug I was able to track down the correct CSS string... So I pushed both OL and UL to the right 20px using the following...
#comments .content ol{margin:0px 0px 0px 20px;}
#comments .content ul{margin:0px 0px 0px 20px;}
Seems to fix the issue. Would love to know if I am missing something and there was another TAG I should have edited vs. adding the above.
Thx,
Jeff
Comment #2
Lioz commentedfixed in 6x-295
Comment #4
BeMathis commentedThis is still a problem in 6.x-2.95 my ordered lists are not aligning correctly and the fix above does not seem to work.
Comment #5
BeMathis commentedFix:
insert the following into sites/all/themes/marinelli/graphics.css at the top of the page