Closed (fixed)
Project:
Amadou
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Mar 2007 at 19:56 UTC
Updated:
16 Jul 2007 at 16:46 UTC
Jump to comment: Most recent file
Ordered lists don't display with "levels." For instance, doing something like
<ol>
<li>Item 1</li>
<ol>
<li>Subitem 1</li>
</ol>
</ol>
displays all items with no additional indentation, and no way to distinguish their relationship. The list items at the first level ("Item 1") display with only a dot; no numbering or lettering appears. Items at the second level ("Subitem 1") display with a double-dot. In version 5.x-2.1 the behavior is stranger: second-level items display with letters, while first-level items still display with a dot.
Similarly, unordered lists display with no indentation between levels, making them similarly difficult to read, although the filled and hollow arrows do provide some distinction.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | screenshot_36.png | 41.68 KB | jwolf |
| #1 | menus.png | 17.04 KB | jwolf |
| Screenshot_22.png | 9.32 KB | ReachOut Scott |
Comments
Comment #1
jwolf commentedI'm having difficulties reproducing this.
Could you provide some more details so that I may be able to help?
Comment #2
Art Morgan commentedI'm not sure if my problem is the same as the one reported here, but I also have problems with unordered lists. On my site, the lists have no margin, and the bullets are only "half bullets." Here's an example:
http://www.progressiveu.org/contact
Comment #3
Art Morgan commentedJust to clarify, the half-bullets is for Firefox on Windows (haven't checked yet on Mac). On IE7, I don't get any bullets at all. And I'm on 4.7.2.2.
Comment #4
jwolf commentedArt
In your style.css file on line 338, change the margin-left to 20px
Comment #5
jwolf commentedReachOut Scott
Could you provide me with a URL so that I can see what's exactly going on.
Thanks.
Comment #6
Art Morgan commentedThanks -- that looks much better!
Comment #7
ReachOut Scott commentedExample here:
http://rawls-family.com/rawlsbook/chapter9?page=0%2C1
This looks like it could be another margin issue.
Comment #8
jwolf commentedYup, it is.
You can see in the attached screenshot that changing the list item's left margin to 20px fixes the problem.
Because your site's style sheets are cached, I can't give you the exact line number... change you list item margin-left to 20px :
I will leave this bug report open to remind me to fix this for the next release.
Thanks!
Comment #9
jwolf commentedComment #10
ReachOut Scott commentedLine 332 of style.css, "v 1.8.2.2.4.1 2007/02/26 04:44:53 jwolf"
Yes, that fixed it. Thanks!!
Comment #11
jwolf commentedStatus "active" until I apply the changes to the next version release.
Comment #12
jwolf commentedNote to self:
The problem is with zeroing out the margins and padding.
This is bad! :(
Comment #13
jwolf commentedFixed with the release of amadou 5.x-3.0
Comment #14
(not verified) commented