Move background image into images directory
authorJoey Schulze <joey@infodrom.org>
Mon, 1 Mar 2010 14:45:27 +0000 (15:45 +0100)
committerJoey Schulze <joey@infodrom.org>
Mon, 1 Mar 2010 14:45:27 +0000 (15:45 +0100)
images/login.jpg [new file with mode: 0644]
lib/login.jpg [deleted file]
stylesheet.css

diff --git a/images/login.jpg b/images/login.jpg
new file mode 100644 (file)
index 0000000..ac2a3a3
Binary files /dev/null and b/images/login.jpg differ
diff --git a/lib/login.jpg b/lib/login.jpg
deleted file mode 100644 (file)
index ac2a3a3..0000000
Binary files a/lib/login.jpg and /dev/null differ
index 822743d..aa55690 100644 (file)
@@ -67,7 +67,7 @@ span#form_status {
 }
 
 div.login {
-    background-image: url('lib/login.jpg');
+    background-image: url('images/login.jpg');
     background-repeat: no-repeat;
     background-position: center center;
     margin: -15px;