Edited static/index.html via GitHub
parent
1c8f70fae9
commit
90ac1e190d
|
@ -32,8 +32,7 @@
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
background-color: #fff;
|
background #fff;
|
||||||
background: white; /* fallback for older/unsupporting browsers */
|
|
||||||
background: -moz-linear-gradient(top, #aaa, white 70%, white 70%);
|
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));
|
background: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), color-stop(70%, white), color-stop(70%, white));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue