Modify ↓
      
Opened 21 years ago
Closed 21 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 , 21 years ago
| Milestone: | → 0.8 | 
|---|---|
| Owner: | changed from to | 
| Priority: | normal → lowest | 
| Severity: | normal → trivial | 
| Status: | new → assigned | 
comment:2 by , 21 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
Fixed in [829].