From fe87b9ffbd9e9bf8af5b1bbee466186a5854bc35 Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 18 Jun 2017 11:50:32 +0200 Subject: [PATCH] year shows right --- docs/colonizacion-leaflet/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/colonizacion-leaflet/index.html b/docs/colonizacion-leaflet/index.html index 44837ce..4081d5f 100644 --- a/docs/colonizacion-leaflet/index.html +++ b/docs/colonizacion-leaflet/index.html @@ -59,8 +59,8 @@ } #slider-container { position: static; - left: 0; - bottom: 0; + left: auto; + bottom: auto; width: 100%; } .value { @@ -71,9 +71,10 @@ #slider { width: 90%; + top: auto; } #map { - width: 90%; + width: 97%; margin: 0 auto; height: 90vh; }