Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#721 closed defect (fixed)

rst enumerated lists not formated correctly.

Reported by: duff@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: wiki system Version: 0.7.1
Severity: normal Keywords: rst enumerated list css
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

There is not style settings for rst enumerated lists. This results in all lists, regardless of what type of enumeration you use, it is rendered as numbers. I added the following to trac.css to solve the problem:

OL.loweralpha { list-style-type: lower-alpha } OL.upperalpha { list-style-type: upper-alpha } OL.lowerroman { list-style-type: lower-roman } OL.upperroman { list-style-type: upper-roman } OL.arabic { list-style-type: decimal }

Attachments (0)

Change History (5)

comment:1 by anonymous, 20 years ago

Version: devel0.7.1

comment:2 by duff@…, 20 years ago

I have create an example. Goto RstEnumBroken to see the local behavior and http://www.sage-community.org/index.cgi/wiki/RstEnumFixed to see the exact same page formatted correctly. Again, this was achieved by adding the following to trac.css:

OL.loweralpha { list-style-type: lower-alpha }
OL.upperalpha { list-style-type: upper-alpha }
OL.lowerroman { list-style-type: lower-roman }
OL.upperroman { list-style-type: upper-roman }
OL.arabic     { list-style-type: decimal }

tom

comment:3 by Jonas Borgström, 20 years ago

Status: newassigned

comment:4 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [921].

comment:5 by anonymous, 19 years ago

Whats gonna up ?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.