Prevent background-image from tiling.

Some browsers apparently mess up rendering unless we do this
(discovered in Epiphany on Debian 7.7/wheezy).
This commit is contained in:
Joshua Judson Rosen 2014-12-05 00:10:51 -05:00
parent 3ad2e0abba
commit 69db9a06fb

View File

@ -61,6 +61,7 @@ a:active {
body {
background-size:cover;
background-attachment:fixed;
background-repeat: no-repeat;
background-position: 0 46px;
margin:0;
padding:0;