Placed our attribution above googles attribution
This commit is contained in:
parent
e530b37b8c
commit
0deb8497f6
2 changed files with 5 additions and 1 deletions
4
map.css
4
map.css
|
@ -33,6 +33,10 @@ html, body {
|
|||
width:auto !important;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution {
|
||||
bottom: 13px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
|
2
map.html
2
map.html
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Blokken in Gent</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
|
||||
<link rel="stylesheet" href="map.css" />
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
|
||||
|
|
Loading…
Reference in a new issue