From 3cf535934af5d2bf429b2b92414ea6493308e615 Mon Sep 17 00:00:00 2001 From: Ruediger Gad Date: Sun, 15 Apr 2012 16:26:30 +0200 Subject: [PATCH] Fix spacing on website. --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/style.css b/www/style.css index 2bd14c6..d6c6184 100644 --- a/www/style.css +++ b/www/style.css @@ -11,7 +11,7 @@ div.top { div.cont { position: absolute; left: 20px; - top: 350px; + top: 370px; right: 30px; background-color: #efefef; } -- 1.7.9.5