removed dependency on classList (#9)

This commit is contained in:
Hakim El Hattab
2012-01-03 22:25:15 -08:00
parent 4d3c3c8d3f
commit 401c554c80
2 changed files with 38 additions and 22 deletions

View File

@ -41,7 +41,7 @@ html, body {
}
html {
background: #555a5f;
background: #1c1e20;
background: -moz-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#555a5f), color-stop(100%,#1c1e20));
background: -webkit-radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%);