Fix log link from front page. Resolves #2311.

This commit is contained in:
Griatch 2021-04-06 22:13:08 +02:00
parent 9fcf90a99b
commit 3030a621a8
2 changed files with 11 additions and 2 deletions

View file

@ -39,7 +39,7 @@
</div>
<div class="buttonsection">
<li><a class="buttons community" href="http://games.evennia.com">Game index</a>
<li><a class="buttons community" href="http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb">IRC channel</a></li>
<li><a class="buttons community" href="http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb">IRC channel</a><a class="loglink" href="https://tinyurl.com/evchatlog">logs</a></li>
<li><a class="buttons community" href="https://discord.gg/NecFePw">Discord channel</a></li>
<li><a class="buttons community" href="https://groups.google.com/forum/#%21forum/evennia">Forum</a></li>
<div class="buttonsidetext" style="padding-left:25px;">COMMUNITY</div>

View file

@ -351,6 +351,15 @@ a.github {
}
.loglink {
position: fixed;
margin-top: -35px;
margin-left: 124px;
scale: 80%;
}
/* Section - for main page content */
section {
@ -513,7 +522,7 @@ footer {
float: none;
position: absolute;
top: -2px;
right: 167px;
right: 270px;
}
.buttonsidetext {