diff --git a/index.html b/index.html index c92b042..e2af813 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,24 @@ #controls { position: fixed; - bottom: 10px; - left: 10px; + bottom: 0; + left: 0; z-index: 1000; } + + #seamap .leaflet-control-attribution, + #controls { + margin: 10px; + font-size: 12px; + color: #ccc; + background: none; + text-shadow: 0px 0px 2px black; + } + + #seamap .leaflet-control-attribution a { + color: inherit; + text-decoration: underline; + }