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 {