Small css errors
mrfelton - July 23, 2008 - 09:34
| Project: | Page Style |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The pagestyle module is causing my site to fail css validation (which for an accessibility module is bad!). The offending code is at lines 95, 96 & 97 of pagestyle.css:
body.standard,
body.standard *,
select#edit-pagestyle-form-1 option[value="standard"] {
color: auto !important;
background-color: auto !important;
background-image: auto !important;
}'auto' is not a valid property for color, background-color or background-image.

#1
Fixed in the 6.x-1.0 release.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.