Modify ↓
Opened 19 years ago
Closed 4 years ago
#1500 closed defect (wontfix)
unordered lists do not display properly
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | IntraBlogTheme |
| Severity: | normal | Keywords: | intrablog css ul unordered list |
| Cc: | Trac Release: | 0.10 |
Description
see $SUBJECT. I have also setup a page on my trac instance that shows how it doesn't get rendered properly.
I'm running the latest code from the 0.10.5-stable branch of trac.
Thanks,[br] Meethune
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
That did the trick. Thanks for the quick reply and fix.
Cheers, Meethune
comment:3 Changed 19 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Leave this open until I check in a fix, which might not be for a while.
comment:5 Changed 11 years ago by
| Owner: | Noah Kantrowitz deleted |
|---|---|
| Status: | reopened → new |
comment:6 Changed 4 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Plugin is obsolete and being removed.
Note: See
TracTickets for help on using
tickets.



Only tested for 30 seconds, but try changing the top few lines in css.cs to look like this:
#rightPan div, #rightPan ul {padding:0; margin:0;} #rightPan ul{list-style-type:none;}You should be able to figure out where to change.