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

nancydru’s picture

Assigned: Unassigned » nancydru

Thanks 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.

nancydru’s picture

Status: Active » Fixed

Fix committed to both branches.

nancydru’s picture

Status: Fixed » Closed (fixed)