aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-17 19:56:19 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-17 19:56:19 +0100
commitc807cba0e0e1178f741cab37f262faaf379721c4 (patch)
tree8b812f3dec0580d282f32a4cd9a0499dcd0dde9b
parent72db7011f71961ddec8c9f8176bfc63f4a93bf67 (diff)
downloadmtest-c807cba0e0e1178f741cab37f262faaf379721c4.tar.gz
mtest-c807cba0e0e1178f741cab37f262faaf379721c4.tar.bz2
mtest-c807cba0e0e1178f741cab37f262faaf379721c4.zip
fix: make logo redirect to index
-rw-r--r--www/custom.css2
-rw-r--r--www/header.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/custom.css b/www/custom.css
index 98c54a6..2e8e566 100644
--- a/www/custom.css
+++ b/www/custom.css
@@ -10,7 +10,7 @@ pre#logo-footer
max-width: 100%;
}
-div#footer a:hover
+div#footer a:hover, div#header a:hover
{
color: red;
text-decoration: none;
diff --git a/www/header.in b/www/header.in
index ce9be81..1382b4f 100644
--- a/www/header.in
+++ b/www/header.in
@@ -1,4 +1,4 @@
-<pre id="logo">
+<pre id="logo"><a href="/">
8888 8888
888:::8 888:::8
8:::::8 8:::::8
@@ -15,4 +15,4 @@
8::::8 8::::8 8::::8 88::::::::::::::8 8::::::::88888888 8::::::::::::::8 88::::::::::::::8
8::::8 8::::8 8::::8 88:::::::::::88 88:::::::::::::8 8:::::::::::88 88:::::::::::88
888888 888888 888888 88888888888 88888888888888 88888888888 88888888888
-</pre>
+<a></pre>