Removed div.dokuwiki div.tags { ... margin-bottom:0; ... } to make last section edit button usable.'

This commit is contained in:
ryliejamesthomas 2019-03-21 17:33:47 +11:00 committed by GitHub
parent 0480864011
commit bed01c2fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
/* For: https://www.dokuwiki.org/plugin:tag */
div.dokuwiki div.tags {
border-top:1px dotted lightgray;
margin-bottom:0;
padding-top:1em;
}