From 32726b1c074baa8f40041f3714fc1e510a714f15 Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Tue, 5 Oct 2021 13:14:31 +0200 Subject: [PATCH] Minor styling improvement Reduce overlapping between tagalerts messages and top tags --- plugin.info.txt | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index c54e6ce..2d0fd4d 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base tagalerts author Simon Delage email sdelage@gmail.com -date 2019-02-09 +date 2021-10-05 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 4922c27..bfd280b 100644 --- a/style.css +++ b/style.css @@ -33,8 +33,9 @@ .dokuwiki div.tagsuccess, .dokuwiki div.tagnotify { padding: 0 .5em 0 3em; - margin: .5em auto; + margin: 0 auto .5em 0; background-position: 8px 50%; + display: table; } .dokuwiki div.tagerror {