From d130e773bf8d3bece36791de518a3866292ebd5d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 May 2020 12:11:54 +0200 Subject: [PATCH] fix --- check_process | 2 +- sources/index.html | 6 +++--- sources/statistics.html | 19 ------------------- sources/style/main.css | 2 +- 4 files changed, 5 insertions(+), 24 deletions(-) diff --git a/check_process b/check_process index 84ef06a..cb5f2e0 100644 --- a/check_process +++ b/check_process @@ -8,7 +8,7 @@ pkg_linter=1 setup_sub_dir=1 setup_root=1 - setup_nourl=1 + setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 diff --git a/sources/index.html b/sources/index.html index d56b4f9..43bab97 100755 --- a/sources/index.html +++ b/sources/index.html @@ -31,7 +31,7 @@ -

Join the coins until you reach 20 Euro! +

Join the coins until you reach 20 Euros!

@@ -40,7 +40,7 @@

@@ -91,7 +91,7 @@

- HOW TO PLAY: Use your arrow keys to move the coins. If two or three mergeable coins touch, they merge into one! Your goal is to reach the 20 Euro note! Restart with Space. + HOW TO PLAY: Use your arrow keys to move the coins. If two or three mergeable coins touch, they merge into one! Your goal is to reach the 20 Euros note! Restart with Space.


diff --git a/sources/statistics.html b/sources/statistics.html index 9b51d9d..7368191 100755 --- a/sources/statistics.html +++ b/sources/statistics.html @@ -74,8 +74,6 @@ Ref50000.on('value', function(newPlays) { - -

Statistics

@@ -100,23 +98,6 @@ Statistics since 2014-04-06.

- - - - diff --git a/sources/style/main.css b/sources/style/main.css index 1d9a609..5aa8fda 100755 --- a/sources/style/main.css +++ b/sources/style/main.css @@ -584,7 +584,7 @@ hr { padding: 0 20px; } h1.title { - font-size: 27px; + font-size: 25px; margin-top: 15px; } .container {