Closed (fixed)
Project:
Acidfree Albums
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2007 at 07:27 UTC
Updated:
5 Mar 2008 at 05:51 UTC
The acidfree.css file contains an invalid colour code, namely lightblue. According to a bit of googleing this is probably equivalent to the hex value #ADD8E6, so this patch corrects this.
| Comment | File | Size | Author |
|---|---|---|---|
| acidfree.css_.patch | 260 bytes | tc1415 |
Comments
Comment #1
jaredwiltshire commentedWhy is it invalid?
Comment #2
tc1415 commentedSorry for the incredibly late reply, real life took over.
It is not in the spec: the permissible colour values are listed in section 4.3.6 of the CSS 2 Level 1 Spec, lightblue is not one of them, therefore it is invalid.
Comment #3
vhmauery commentedfixed in CVS.