From 9698b0d17420bedb8336881e3bcf90992ae3fa9a Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 13:00:23 +0200 Subject: [PATCH] Cleaning up CSS --- css/minecraft.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/minecraft.css b/css/minecraft.css index 4e69243..3d08e1e 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -70,7 +70,7 @@ a:focus { width: 100%; height: 100%; color: #fff; - background: #000 url(/img/intro-bg.png) no-repeat bottom center scroll; + background: #000 url(/img/intro-bg.jpg) no-repeat bottom center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;