Posted by Angry Dan on May 24, 2012 at 11:24am
2 followers
| Project: | Acquia Marina |
| Version: | 7.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Matt Cooper |
| Status: | needs review |
Issue Summary
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
Comments
#1
I'm working on adding this to a patch, and checking for other broken properties in the CSS now.
#2
Quick patch to fix both broken color codes, I also looked over the file causing problems, not finding any other invalid color codes.
Matt