<ul> <ol> problem
pictogram - January 31, 2008 - 15:53
| Project: | Golden Hour |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jwolf |
| Status: | active |
Jump to:
Description
Hi,
I'm using your theme for a certain time now. I wasn't using until now, ordered unordered lists in my content. The lists are shifted to the left and in FF it doesn't even shos the bullet/number. I tried placing a <'ul'> <'ol'> markuos but then the left menu and the upper tabs are shifted as well. It seems to be ok in Garland and Bluemarine. I don't want, in any case, to modify the system.css or any other "system" files to have these list displayed correctly. Do you have any hint for me ??
I'm using the latest version of your theme and I tried different wysiwyg with the same results.
Thanks

#1
I plan on doing a major rewrite of this theme someday soon.
In the meantime you can fix this problem by editing the theme's style.css file and remove the wild card 0 margin and 0 padding; this is dumb since I didn't provide styles for list items.
Remove line 2 - 6
*{
margin:0;
padding:0;
}