diff options
author | MaZderMind | 2014-12-04 23:04:30 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-04 23:04:30 +0100 |
commit | a2f306c46e2ba94e1cfb318dfe46fa6a94aa596e (patch) | |
tree | 3e92af9d743e4e24b0b35cf0f620c3bd03c2f71e /assets/css/lustige-styles.css | |
parent | 326677237f3a8b0fada40b96565c6d4c52bf571d (diff) |
fix img url
Diffstat (limited to 'assets/css/lustige-styles.css')
-rw-r--r-- | assets/css/lustige-styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |