From 70b5d24f72d2c3d410b55665162c0ebc78bc0339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 31 Jul 2013 19:21:49 +0200 Subject: fix #80: add a link in the footer to report a wrong display --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'css/style.css') 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; } -- cgit v1.2.3