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; width: 118px;
height: 32px; height: 32px;
} }
footer .t {
display:none;
}
footer p { footer p {
margin-top:0; margin-top:0;
} }

View file

@ -102,7 +102,7 @@
<footer> <footer>
<a href="https://www.klokantech.com/" target="_blank"><img src="/images/klokantech.png" /></a> <a href="https://www.klokantech.com/" target="_blank"><img src="/images/klokantech.png" /></a>
<p> <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> </p>
</footer> </footer>
</body> </body>