Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#644 closed defect (fixed)

font-style: has an incorrect value in code.css

Reported by: dju` Owned by: daniel
Priority: lowest Milestone: 0.8
Component: general Version: 0.7.1
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

in source:trunk/htdocs/css/code.css, class pl_error should be changed from:

.pl_error { color: red; font-style: bold; }

to:

.pl_error { color: red; font-weight: bold; }

to be css valid.

Attachments (0)

Change History (2)

comment:1 by daniel, 20 years ago

Milestone: 0.8
Owner: changed from Jonas Borgström to daniel
Priority: normallowest
Severity: normaltrivial
Status: newassigned

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [829].

Modify Ticket

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