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:
parent
3ad2e0abba
commit
69db9a06fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user