Edgewall Software
Modify

Opened 16 years ago

Closed 14 years ago

#6790 closed defect (fixed)

CSS: List bullet icons

Reported by: Markus.Staab Owned by: Remy Blank
Priority: normal Milestone: 0.12.1
Component: roadmap Version: 0.10-stable
Severity: normal Keywords: css, list, list-style-type, list-style-image
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

bullet icons of lists in the wiki and the roadmap view are different…

while in the wiki there is no default definition for the list-style-type, in the roadmap it is defined as list-style-type:none;

see roadmap.css line 28

li.milestone {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-bottom:4em;
}

Attachments (0)

Change History (5)

comment:1 by Markus.Staab, 16 years ago

Keywords: css list list-style-type list-style-image added

Maybe there should be a global definition for list-style-type and list-style-image.

comment:2 by Piotr Kuczynski <piotr.kuczynski@…>, 16 years ago

Component: generalroadmap

comment:3 by Piotr Kuczynski <piotr.kuczynski@…>, 16 years ago

Milestone: 0.12

comment:4 by Remy Blank, 14 years ago

Milestone: next-major-0.1X0.13
Owner: changed from Jonas Borgström to Remy Blank

I have noticed that the other day, too.

comment:5 by Remy Blank, 14 years ago

Milestone: 0.130.12.1
Resolution: fixed
Status: newclosed

The difference in appearance is due to the list of milestones in the roadmap being a <ul> list, so any list in the wiki text of a milestone is actually a second-level list.

Changing the list of milestones to be a list of <div class="milestone"> in a <div class="milestones"> fixes the issue.

Fixed in [9955].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank 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.