From 70b5d24f72d2c3d410b55665162c0ebc78bc0339 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 31 Jul 2013 19:21:49 +0200 Subject: [PATCH] fix #80: add a link in the footer to report a wrong display --- css/style-dark.css | 2 +- css/style-light.css | 2 +- css/style.css | 8 ++++++-- tpl/view.html | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/css/style-dark.css b/css/style-dark.css index 813c291d..0fcced24 100644 --- a/css/style-dark.css +++ b/css/style-dark.css @@ -13,7 +13,7 @@ a, a:hover, a:visited { color: #fff; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ background-color: #fff; color: #000; } diff --git a/css/style-light.css b/css/style-light.css index cd2384c3..c1d98326 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -23,7 +23,7 @@ a, a:hover, a:visited { color: #fff; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ background-color: #040707; color: #F1F1F1; } diff --git a/css/style.css b/css/style.css index 9fadfa96..dda8b0fa 100644 --- a/css/style.css +++ b/css/style.css @@ -46,15 +46,19 @@ header { margin: 0 auto; } -#links a, .backhome a{ +#links a, .backhome a, .support a{ text-decoration: none; padding: 5px 10px; } -#links a:hover, .backhome a:hover{ +#links a:hover, .backhome a:hover, .support a:hover{ -webkit-border-radius: 2px; border-radius: 2px; } +.support { + font-size: 14px; +} + footer { text-align: right; } diff --git a/tpl/view.html b/tpl/view.html index 007d5d4e..e68cd1a1 100644 --- a/tpl/view.html +++ b/tpl/view.html @@ -49,6 +49,9 @@ +
+ this article appears wrong? create an issue or contact us by mail +
{include="js"} -- 2.41.0