changeset 532:5bb086789928

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Dec 2013 01:32:39 +0200
parents ec30ad303bd1 (current diff) 966c41ee129c (diff)
children f872843ae396
files
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/css/desktop.css	Wed Dec 11 01:32:16 2013 +0200
+++ b/css/desktop.css	Wed Dec 11 01:32:39 2013 +0200
@@ -1,9 +1,9 @@
 body {
-	background: black url(img/grid.png);
+	background: black url(../img/grid.png);
 }
 
 div.logo, div.logo2 {
-	background: url(img/fap.png) no-repeat center;
+	background: url(../img/fap.png) no-repeat center;
 	height: 13em;
 	display: block;
 }
--- a/css/mobile.css	Wed Dec 11 01:32:16 2013 +0200
+++ b/css/mobile.css	Wed Dec 11 01:32:39 2013 +0200
@@ -1,5 +1,5 @@
 body {
-	background: black url(img/gridsm.png);
+	background: black url(../img/gridsm.png);
 	font-size: 12px;
 }
 
@@ -8,7 +8,7 @@
 }
 
 div.logo2 {
-	background: url(img/fapsm.png) no-repeat center;
+	background: url(../img/fapsm.png) no-repeat center;
 	height: 10em;
 	display: block;
 }