From 31ed7cbf5954b189eff5789dcfe457be8a6dd263 Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Thu, 13 Dec 2018 04:29:12 +0100 Subject: [PATCH] Fix alerts margins --- plugin.info.txt | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index 71cbe29..6fd980a 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base tagalerts author Simon Delage email sdelage@gmail.com -date 2018-11-15 +date 2018-12-13 name Tag Alerts desc Throw alerts when some tags are detected (based on Dokuwiki system messages or just styling tag list links) url https://www.dokuwiki.org/plugin:tagalerts diff --git a/style.css b/style.css index 6175f23..4922c27 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ .dokuwiki div.tagsuccess, .dokuwiki div.tagnotify { padding: 0 .5em 0 3em; - margin: -1.4em auto 1.8em auto; + margin: .5em auto; background-position: 8px 50%; }