From 4671f04abaf254d01bd0cd0220d72fe9cd4855e2 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 10 Sep 2018 16:20:54 +0200 Subject: [PATCH] Change position of credit link --- css/tarteaucitron.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 02439d2..ab51810 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -690,3 +690,16 @@ div#tarteaucitronInfo { border-top: 1px solid; border-color: #555; } + +a.tarteaucitronSelfLink { + position: absolute; + left: 0; + right: 0; + padding-top: 13px!important; + display: block; + text-shadow: 0 0 14px white; + text-transform: uppercase; +}.tarteaucitronMainLine h2 { + font-size: 1.2em!important; + margin-top: 4px!important; +}