Closed (works as designed)
Project:
Drupal core
Version:
6.0
Component:
Garland theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2008 at 02:23 UTC
Updated:
20 Mar 2009 at 19:15 UTC
Sorry, I know there is no Garland BIDI theme for Drupal 6, but I didn't know where to post a bug report for the core Drupal 6 theme.
Anyway, if you try to make a few nested lists, the bullets for the list will not indent properly.
For example, something as simple as
<ul>
<li>Header One
<ul>
<li>Header Two
<ul>
<li>Header Three</li>
</ul>
</li>
</ul>
</li>
</ul>
Will result in the attachment included.
| Comment | File | Size | Author |
|---|---|---|---|
| garland_lists_bug.jpg | 6.05 KB | cjeanson |
Comments
Comment #1
cjeanson commentedI checked into my site and edited the .css file that was generated by Drupal and have fixed the issue.
However, I don't know how to actually apply this in a patch form so that future CSS generation will not have to be fixed again.
In the relevant css file before:
It is creating the list item margin, but not padding in the actual text away from the bullet. Easily fixed below:
[Edit: I should note that I used the same amount of padding-left that is generated in single level list elements so everything matches well.]
Comment #2
cjeanson commentedmoving to the proper section
Comment #3
dvessel commentedCan't reproduce. Definitely not an issue with Garland in core.
Comment #4
Shevchuk commentedComment #5
TheComrade commentedSame problem. Exactly as poster's screenshot shows.
Ubuntu 8.10, Firefox 3.0.7, problem is apparent from the very first Drupal install page.