From 00f015e635f96323602552789157628b478b05be Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 4 Dec 2015 13:26:07 +0100 Subject: [PATCH] [enh] works also on chromium --- materialize/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialize/css/style.css b/materialize/css/style.css index 4f7c46e..c58471c 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -58,7 +58,7 @@ body { bottom: 0px; text-align: center; z-index: 3; - background: transparent -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0%; + background: transparent linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0%; padding: 20% 0 0; }