From d1e33d04cbb2bc644e483c3168fa5ca7430fbd34 Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Fri, 11 Mar 2016 10:13:04 +0100 Subject: [PATCH] Add link index.html -> styles.html --- public/index.html | 2 ++ public/{mapbox-gl.html => styles.html} | 0 2 files changed, 2 insertions(+) rename public/{mapbox-gl.html => styles.html} (100%) diff --git a/public/index.html b/public/index.html index f1f5adc..90b9c84 100644 --- a/public/index.html +++ b/public/index.html @@ -18,6 +18,7 @@ } #header {height:120px;} #sidebar, #code, #map, #wall {top:120px;} + #styles-link {position:absolute;top:90px;left:0;right:0;text-align:center;z-index:10000;font-size:16px;color:#eee;} + View available styles diff --git a/public/mapbox-gl.html b/public/styles.html similarity index 100% rename from public/mapbox-gl.html rename to public/styles.html