Add link index.html -> styles.html
This commit is contained in:
parent
06b88bbbe7
commit
d1e33d04cb
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
}
|
}
|
||||||
#header {height:120px;}
|
#header {height:120px;}
|
||||||
#sidebar, #code, #map, #wall {top: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;}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
@ -26,5 +27,6 @@
|
||||||
tilejson: "raster/%n.json" + location.search
|
tilejson: "raster/%n.json" + location.search
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<a href="/styles.html" id="styles-link">View available styles</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue