From a906ada4831a033f289e8a514324af585e9dd136 Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Thu, 17 Jan 2019 07:58:55 +0100 Subject: [PATCH] Minor style adjustment Forcing 'uhp_private' and 'uhp_public' left padding --- plugin.info.txt | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,