#15350: Dirlisting Display Oddity in Trac
-----------------------------+----------------------------------------------
Reporter: mitsuhiko | Owner: jezdez
Status: new | Milestone:
Component: Django Web site | Version:
Keywords: trac | Triage Stage: Unreviewed
Has patch: 1 |
-----------------------------+----------------------------------------------
Currently the trac is having a weird 20 pixel spacing between the folder
and the collapse button. That's caused by me doing the theme for an older
patchlevel of trac than used here I suppose. The fix would be to use
these CSS rules instead of the current ones in the .css file:
{{{
#!css
table.dirlist a.dir {
padding-left: 22px!important;
background-position: 0!important;
}
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/15350>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.