We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099c33d commit 9672c13Copy full SHA for 9672c13
New/settings.php
@@ -7,8 +7,8 @@
7
$path_parts = pathinfo($_SERVER['PHP_SELF']);
8
9
#list of settings
10
-$DOMAIN = 'localhost';
11
-#$DOMAIN = 'www.dimilia.it';
+#$DOMAIN = 'localhost';
+$DOMAIN = 'www.dimilia.it';
12
13
14
New/style.php
@@ -36,7 +36,7 @@
36
.pos_twelve {background-position:-75px 0}
37
.pos_eleven {background-position:-150px 0}
38
.pos_ten {background-position:-225px 0}
39
-.pos_nine {background-position:-3000px 0}
+.pos_nine {background-position:-300px 0}
40
.pos_eight {background-position:-375px 0}
41
.pos_seven {background-position:-450px 0}
42
.pos_six {background-position:-525px 0}
0 commit comments