diff --git a/plugin.info.txt b/plugin.info.txt index 8eb4f4d..1feb0ef 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base userhomepage author Simon Delage email simon.geekitude@gmail.com -date 2018-04-23 +date 2019-01-17 name User Homepage desc Automatically create user's private namespace and/or public page and redirects users to private namespace on login. url https://www.dokuwiki.org/plugin:userhomepage diff --git a/style.css b/style.css index d4a4d05..f26e048 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Screen Styles for the Userhomepage Plugin (additional to all.css) ********************************************************************/ -a.uhp_private,a.uhp_public { padding-left:19px; } +a.uhp_private,a.uhp_public { padding-left:19px !important; } a.uhp_private { background:url(images/ns.png) no-repeat left; } a.uhp_public { background:url(images/user.png) no-repeat left; } a.uhp_fa i.fa-user-secret,