Merge pull request #35 from 0ip/patch-1

Edited static/index.html via GitHub
pull/37/head
Peter 'Pita' Martischka 2011-07-24 09:48:04 -07:00
commit 6daa23b30e
1 changed files with 1 additions and 2 deletions

View File

@ -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));