dokuwiki-plugin-userhomepage/style.css
Simon DELAGE 9f825ed647 Improved helper
Can now provide different types of link to private namespace or public
page
2014-09-06 10:16:04 +02:00

8 lines
386 B
CSS

/********************************************************************
Screen Styles for the Userhomepage Plugin (additional to all.css)
********************************************************************/
a.uhp_private,a.uhp_public { padding-left:19px; }
a.uhp_private { background:url(images/ns.png) no-repeat left; }
a.uhp_public { background:url(images/user.png) no-repeat left; }