From a2f306c46e2ba94e1cfb318dfe46fa6a94aa596e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 4 Dec 2014 23:04:30 +0100 Subject: fix img url --- assets/css/lustige-styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css/lustige-styles.css') diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css index 757056c..a2bbcd1 100644 --- a/assets/css/lustige-styles.css +++ b/assets/css/lustige-styles.css @@ -5362,7 +5362,7 @@ p { /* navigation bar */ .navbar { border: none; - background-image: url("../img/video-blur.png"); + background-image: url("../img/video-blur.jpg"); background-position: 50% 75; } body.rooms .navbar { background-image: none; } @@ -5501,7 +5501,7 @@ a.inverted { height: 280px; overflow: hidden; text-align: center; - background-image: url("../img/video-blur.png"); + background-image: url("../img/video-blur.jpg"); background-position: 50% 50%; position: relative; } .banner .logo { -- cgit v1.2.3