mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Fix log link from front page. Resolves #2311.
This commit is contained in:
parent
9fcf90a99b
commit
3030a621a8
2 changed files with 11 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue