Closed (fixed)
Project:
Zero Point
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Feb 2011 at 03:17 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Comments
Comment #1
Bagz commenteda work around is to include
<ol style="list-style-position: inside;">in the page content when editing in full html mode, but can't really expect users to do this..Comment #2
florian commentedI will correct this in the next release. In the meantime you can add this lines to your _custom/custom-style.css:
ul, ol {
padding: 0 20px;
}
Comment #3
Bagz commentedGreat, thank you.
Comment #4
thebeepseal commentedThis still hasn't been fixed. Has the Zero Point project been abandoned?
Comment #5
muranod commentedJust looked for the
numbers and found this. Glad someone else asked before me - I've only been studying Drupal for about 4 months and haven't started asking questions yet. :-)
Thanks for saving me a lot of time!
Comment #6
florian commentedThis was fixed in 7.x-1.2 release of ZeroPoint theme.