From 3030a621a8d8534f70cd31e1e6a508a520cd5601 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 6 Apr 2021 22:13:08 +0200 Subject: [PATCH] Fix log link from front page. Resolves #2311. --- index.html | 2 +- stylesheets/styles.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4ee6c2adef..7d1383fa9e 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@
  • Game index -
  • IRC channel
  • +
  • IRC channellogs
  • Discord channel
  • Forum
  • COMMUNITY
    diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 58c4394ea7..5acf9facfe 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -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 {