Placed our attribution above googles attribution

This commit is contained in:
feliciaan 2014-12-11 09:12:31 +01:00
parent e530b37b8c
commit 0deb8497f6
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,10 @@ html, body {
width:auto !important;
}
.leaflet-control-attribution {
bottom: 13px;
}
h4 {
margin-top: 5px;
margin-bottom: 5px;

View file

@ -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>