Change url to image-url in registration.css, added in #5743

This commit is contained in:
Steffen van Bergerem 2015-03-26 01:13:11 +01:00
parent f3cbaddac4
commit 153efe7d7a

View file

@ -2,7 +2,7 @@
.ball {
height: 633px;
max-width: 100%;
background: url("branding/ball.png") no-repeat;
background: image-url("branding/ball.png") no-repeat;
background-size: contain;
}