fix spacing above body

This commit is contained in:
Gabriele Cirulli
2014-05-06 16:24:24 +02:00
parent 2d76d56f42
commit a3c50eaf36
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CACHE MANIFEST
# Adds the ability to play the game online. # Adds the ability to play the game online.
# The following comment needs to be updated whenever a change is made. # The following comment needs to be updated whenever a change is made.
# Run `rake appcache:update` to do so # 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 # Main page
index.html index.html
+2 -2
View File
@@ -594,8 +594,8 @@ hr {
font-size: 15px; } font-size: 15px; }
body { body {
margin: 20px 0; margin-top: 0;
padding: 0 20px; } padding: 20px; }
h1.title { h1.title {
font-size: 27px; font-size: 27px;
+2 -2
View File
@@ -578,8 +578,8 @@ hr {
} }
body { body {
margin: 20px 0; margin-top: 0;
padding: 0 20px; padding: 20px;
} }
h1.title { h1.title {