Index footer improvements (fix typo)
This commit is contained in:
parent
841cb82f85
commit
1079ece860
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue