From 3ee82e167e5756e7d8076612318d205db2e563eb Mon Sep 17 00:00:00 2001 From: fortinux Date: Thu, 30 Oct 2014 16:19:49 -0200 Subject: [PATCH] minor changes --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e9569ea..891d4d9 100644 --- a/style.css +++ b/style.css @@ -66,8 +66,8 @@ body { #theme-header { height: 108px; - background: #f9c404; - background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); + background: #fdc210; +/* background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -moz-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -webkit-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); @@ -78,7 +78,7 @@ body { left top, color-stop(0.2, #fcdd4e), color-stop(0.8, #f9c404) - ); + ); */ border-bottom: 9px solid #3b1546; } -- libgit2 0.21.2