diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-16 21:52:10 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-16 21:52:10 +0100 |
commit | 02fdb912950b25bafecfc3f3f4d2b4be5352453b (patch) | |
tree | f1c67d720c96065ec343492dd6b301ba0060869a /lib/tpl | |
parent | e9ac0877f6c7eb3536f8f2b6b2a431c00de8fe4f (diff) | |
parent | 4d5fc927eace8f4208895cd309d23fc9025dbb6b (diff) | |
download | rpg-02fdb912950b25bafecfc3f3f4d2b4be5352453b.tar.gz rpg-02fdb912950b25bafecfc3f3f4d2b4be5352453b.tar.bz2 |
Merge pull request #527 from splitbrain/userlink
Linked and formatted user names
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/css/design.less | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less index 46b4a045b..66607b5e9 100644 --- a/lib/tpl/dokuwiki/css/design.less +++ b/lib/tpl/dokuwiki/css/design.less @@ -48,6 +48,12 @@ margin-bottom: 0; font-size: 0.875em; } + + /* make all links in header (including breadcrumb and interwiki) same colour as the rest */ + a { + color: @ini_link; + background-color: inherit; + } } [dir=rtl] #dokuwiki__header h1 img { @@ -100,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; } @@ -137,6 +144,7 @@ background-position: left 0; } + a.iw_user, a.action.profile { background-position: left -32px; } @@ -260,11 +268,6 @@ form.search { border-bottom: 1px solid @ini_border; } - a { - color: @ini_link; - background-color: inherit; - } - .bcsep { font-size: 0.75em; } |