From 96369929b8a0f1790eff6cde6eb6bb791859aa55 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 1 Dec 2011 23:40:42 +0100 Subject: [PATCH] Website: Changed download-button color. --- docs/_static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/default.css b/docs/_static/default.css index 71ba69ec2..8ae3c5a9b 100644 --- a/docs/_static/default.css +++ b/docs/_static/default.css @@ -486,7 +486,7 @@ a:hover tt { } .download-button { - background: -moz-linear-gradient(center top , #84C63C 0%, #489615 100%) repeat scroll 0 0 transparent; + background: none repeat scroll 0 0 #489615; border-radius: 4px 4px 4px 4px; color: #FFFFFF; cursor: pointer;