remove body gradient because of bad scrolling performance

This commit is contained in:
Matthias Kretschmann 2012-03-08 13:33:35 +01:00
parent 7e9a458cc4
commit 8a03cc2bd0
1 changed files with 2 additions and 10 deletions

View File

@ -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*/