Index footer improvements (fix typo)

This commit is contained in:
Petr Sloup 2017-01-25 09:42:52 +01:00
parent 841cb82f85
commit 1079ece860
2 changed files with 5 additions and 2 deletions

View file

@ -137,6 +137,9 @@ footer img{
width: 118px;
height: 32px;
}
footer .t {
display:none;
}
footer p {
margin-top:0;
}
@ -209,4 +212,4 @@ body {
.btn:first-child{
padding: 0 20px;
}
}
}

View file

@ -102,7 +102,7 @@
<footer>
<a href="https://www.klokantech.com/" target="_blank"><img src="/images/klokantech.png" /></a>
<p>
<a href="https://github.com/klokantech/tileserver-gl" target="_blank">Powered by TileServer GL ({{server_version}})</a> <a href="https://www.klokantech.com/" target="_blank">open-source project from Klokan Technologies GmbH.</a>
<a href="https://github.com/klokantech/tileserver-gl" target="_blank">Powered by TileServer GL ({{server_version}})</a> <a href="https://www.klokantech.com/" target="_blank">an open-source project from Klokan Technologies GmbH.</a> <img src="https://t.klokantech.com/8073932/19" class="t" />
</p>
</footer>
</body>