From c89014392270fcf933248e8d46fcef4b6c5737a8 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 4 Oct 2016 14:35:01 +0200 Subject: [PATCH] =?UTF-8?q?Schriftgr=C3=B6=C3=9Fe=20von=20Titel=20und=20Li?= =?UTF-8?q?nk=20wieder=20auf=20normale=20gr=C3=B6=C3=9Fe=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/styleResultPage.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index d25c3961f..f0469be30 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -156,6 +156,7 @@ body { a:link { color: #0000FF; + font-size: 12px; } a#donation:hover {} @@ -251,7 +252,7 @@ a:hover { .result .title { color: black; text-decoration: none; - font-size: 15px; + font-size: 13px; font-weight: bold; margin-bottom: 0; white-space: nowrap; -- GitLab