File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ border-bottom: #ccc 1px solid;
64
64
padding : 10px ;
65
65
}
66
66
67
+ # osm_attribution {
68
+ font-size : 0.7em ;
69
+ }
70
+
67
71
# footer {
68
72
margin-top : 20px ;
69
73
border-top : 1px solid # eee ;
211
215
.syntax .vg { color : # bb60d5 } /* Name.Variable.Global */
212
216
.syntax .vi { color : # bb60d5 } /* Name.Variable.Instance */
213
217
.syntax .il { color : # 40a070 } /* Literal.Number.Integer.Long */
214
- .syntax .il { color : # 40a070 } /* Literal.Number.Integer.Long */
218
+ .syntax .il { color : # 40a070 } /* Literal.Number.Integer.Long */
Original file line number Diff line number Diff line change 57
57
</ul>
58
58
<a href="{{ home_dir }}/explorer.html" title="Open Explorer">
59
59
<p>Click the Map to open the Explorer</p>
60
- <img src="https://a.tile.openstreetmap.org/0/0/0.png">
60
+ <img src="https://a.tile.openstreetmap.org/0/0/0.png" alt="World map" >
61
61
</a>
62
+ <div id="osm_attribution">
63
+ Map © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors
64
+ </div>
62
65
</div>
63
66
<div id="footer">
64
67
{% include 'sections/footer.tmpl' %} - Code implementation inspired by <a href="https://crs-explorer.proj.org">crs-explorer.proj.org</a>
You can’t perform that action at this time.
0 commit comments