From 2d989b30850fb65f70409f4933dad0bbaea198e1 Mon Sep 17 00:00:00 2001 From: Christian Welzel Date: Thu, 27 Aug 2020 22:03:41 +0200 Subject: [PATCH] Moved some inline css to external css file. --- css/tarteaucitron.css | 13 +++++++++++++ tarteaucitron.js | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index fee7c01..f2d09f5 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -784,3 +784,16 @@ a.tarteaucitronSelfLink { span.tarteaucitronTitle.tarteaucitronH3 { margin-top: 12px!important; } + +.spacer-20 { + height: 20px; + display: block; +} + +.display-block { + display: block; +} + +.display-none { + display: none; +} diff --git a/tarteaucitron.js b/tarteaucitron.js index 28d8237..2e278da 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -357,7 +357,7 @@ var tarteaucitron = { } html += '
  • ' + tarteaucitron.lang.noServices + '
  • '; html += ' '; - html += '
    '; + html += '
    '; if (tarteaucitron.parameters.removeCredit === false) { html += ' 🍋 ' + tarteaucitron.lang.credit + ''; } @@ -540,7 +540,7 @@ var tarteaucitron = { if (tarteaucitron.parameters.adblocker === true) { setTimeout(function () { if (tarteaucitronNoAdBlocker === false) { - html = '