Fix alerts margins

This commit is contained in:
Simon DELAGE 2018-12-13 04:29:12 +01:00
parent 333cadec5c
commit 31ed7cbf59
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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%;
}