Download & Extend

CSS gradient in fusion-acquia-marina-style.css

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

Assigned to:Anonymous» Matt Cooper

I'm working on adding this to a patch, and checking for other broken properties in the CSS now.

#2

Status:active» needs review

Quick patch to fix both broken color codes, I also looked over the file causing problems, not finding any other invalid color codes.

Matt

AttachmentSize
acquia_marina-1598416-invalid_color_code.patch 675 bytes