diff --git a/cache.appcache b/cache.appcache index 264396d6125b261ef68af7925c81f9dc62341830..23f962c671a8fe2615c83fea416c9a5392261893 100644 --- a/cache.appcache +++ b/cache.appcache @@ -3,7 +3,7 @@ CACHE MANIFEST # Adds the ability to play the game online. # The following comment needs to be updated whenever a change is made. # Run `rake appcache:update` to do so -# Updated: 2014-04-30T13:29:03+02:00 +# Updated: 2014-05-06T16:24:26+02:00 # Main page index.html diff --git a/style/main.css b/style/main.css index 527206f9def007256467651802eb8edf66892819..7f24f26a422eaaa9ea85e5dc3029cc73b48826d8 100644 --- a/style/main.css +++ b/style/main.css @@ -594,8 +594,8 @@ hr { font-size: 15px; } body { - margin: 20px 0; - padding: 0 20px; } + margin-top: 0; + padding: 20px; } h1.title { font-size: 27px; diff --git a/style/main.scss b/style/main.scss index 25183dd9a5ade45322d73d4a18f03fc81984a28c..c060442278f1233344dfa4e4dff635deaf2a5168 100644 --- a/style/main.scss +++ b/style/main.scss @@ -578,8 +578,8 @@ hr { } body { - margin: 20px 0; - padding: 0 20px; + margin-top: 0; + padding: 20px; } h1.title {