From 8a03cc2bd0cf7a5e1f4f7099fa6456ae05cb5821 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 8 Mar 2012 13:33:35 +0100 Subject: [PATCH] remove body gradient because of bad scrolling performance --- user/css/krtmn.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index 5604e8f..e67f89f 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -1,13 +1,5 @@ -body { - background-color: #516062; - background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); - background-image: -webkit-gradient(radial, center top, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); - background-image: -webkit-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); - background-image: -o-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); - background-image: -ms-radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); - background-image: radial-gradient(top, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%); - background-repeat: no-repeat; - background-attachment: fixed; +html, body { + background: #516062; } /*font reset*/