Needs review
Project:
Acquia Marina
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2012 at 11:24 UTC
Updated:
15 Aug 2012 at 11:23 UTC
Jump to comment: Most recent file
Hi, I've just fixed a couple of CSS gradients that are broken in Chrome (webkit) browsers.
fusion-acquia-marina-style.css line 558 was color-stop(50%, 286e9b) should be color-stop(50%, #286e9b)
fusion-acquia-marina-style.css line 625 was color-stop(50%, 4186b5) should be color-stop(50%, #4186b5)
I don't have time to create a patch at the moment, but it shouldn't take long to fix. I also don't know how many others are broken.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | acquia_marina-1598416-invalid_color_code.patch | 675 bytes | Matt Cooper |
Comments
Comment #1
Matt Cooper commentedI'm working on adding this to a patch, and checking for other broken properties in the CSS now.
Comment #2
Matt Cooper commentedQuick patch to fix both broken color codes, I also looked over the file causing problems, not finding any other invalid color codes.
Matt