Closed (fixed)
Project:
Quotes
Version:
5.x-1.7
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
7 Sep 2008 at 03:40 UTC
Updated:
27 Sep 2008 at 17:46 UTC
I love this module. I'm using it for Testimonials on a site I'm working on. Easy to theme also.
I ran the CSS Validator at w3c . http://jigsaw.w3.org/css-validator and it came back with a couple of issue at quotes.css
Line 31 has clear: right: , Just needs to be changed to clear: right;
Line 21 wasn't validating on color: chocolate; (Seems like that is a valid color) . I just changed mine to color: #D2691E; and it validates fine.
Comments
Comment #1
nancydruThanks for reporting this. I had already found the typo, just hadn't committed it yet. Chocolate is on all my references of valid names, but I'll change it to a value anyway -- I'll change all color names just to be safe.
Comment #2
nancydruFix committed to both branches.
Comment #3
nancydru