diff --git a/static/index.html b/static/index.html
index c363f1908..53aa1047d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -32,8 +32,7 @@
-moz-border-radius: 4px;
border-radius: 4px;
- background-color: #fff;
- background: white; /* fallback for older/unsupporting browsers */
+ background #fff;
background: -moz-linear-gradient(top, #aaa, white 70%, white 70%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), color-stop(70%, white), color-stop(70%, white));