summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-03-15 20:08:44 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-03-15 20:10:06 +0100
commitc18baa7e07ae2f57b2fcaaef64e3bb338cef85ae (patch)
tree63d6216a9420a0265e45ec1ea16cfffa41b1e893 /lib/tpl/dokuwiki
parent15f3bc49ed925ccb7c04299e9f614b0a1b739b13 (diff)
downloadrpg-c18baa7e07ae2f57b2fcaaef64e3bb338cef85ae.tar.gz
rpg-c18baa7e07ae2f57b2fcaaef64e3bb338cef85ae.tar.bz2
override user link icon in header
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r--lib/tpl/dokuwiki/css/design.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less
index 60a66f069..66607b5e9 100644
--- a/lib/tpl/dokuwiki/css/design.less
+++ b/lib/tpl/dokuwiki/css/design.less
@@ -106,7 +106,8 @@
margin-left: 0;
}
-#dokuwiki__usertools a.action {
+#dokuwiki__usertools a.action,
+#dokuwiki__usertools a.iw_user {
padding-left: 20px;
background: transparent url(images/usertools.png) no-repeat 0 0;
}
@@ -143,6 +144,7 @@
background-position: left 0;
}
+ a.iw_user,
a.action.profile {
background-position: left -32px;
}