From a63e3aeb4136a69fb4f7433d1857a30e9ce5bc62 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 1 Jul 2015 16:15:54 +0200 Subject: [PATCH] fix "about" displayed below map (hide) --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index a713885..31d6f14 100644 --- a/css/style.css +++ b/css/style.css @@ -180,6 +180,10 @@ textarea:focus { font-size: x-small; } +#about { + display: none; +} + /* dashed line animation, derived from Chris Coyier and others http://css-tricks.com/svg-line-animation-works/ */