fix "about" displayed below map (hide)

This commit is contained in:
Norbert Renner 2015-07-01 16:15:54 +02:00
parent eaa242dcf3
commit a63e3aeb41

View file

@ -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/
*/