From 1ab3daa35b88b8e183728d3d133013df715cef9c Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 7 Aug 2012 10:04:25 -0700 Subject: Ajout de la règle CSS pour avoir le dégradé sous Chrome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index e5598b0..9a694b1 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ body { header { background: -moz-linear-gradient(top, #acf, #768eb1); + background: -webkit-gradient(linear, left top, left bottom, from(#acf), to(#768eb1)); padding: 1em 3em 1em; color: #333; border-bottom: thin solid #d6d6d6; -- cgit v1.2.3-70-g09d2