Skip to content

Commit

Permalink
Minor style adjustment
Browse files Browse the repository at this point in the history
Forcing 'uhp_private' and 'uhp_public' left padding
  • Loading branch information
geekitude committed Jan 17, 2019
1 parent 4d0bddd commit a906ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -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,
Expand Down

0 comments on commit a906ada

Please sign in to comment.