tips:disabling_link_icons
This is an old revision of the document!
Disable Link Icons
Create a file named userstyle.css
in the <dokuwiki>/conf/
directory and add the following CSS to hide the link images for all links (remove the CSS classes for links you want to keep the images):
.page a.urlextern, .page a.interwiki, .page a.windows, .page a.mail, .page a.media { padding-left: 0 !important; background: none !important; }
You may need force a re-cache of the CSS. To do that either use CTRL+SHIFT+R
in Firefox or on Linux do a $> touch <dokuwiki>/conf/dokuwiki.php
.
tips/disabling_link_icons.1314755298.txt.gz · Last modified: 2011-08-31 03:48 by 75.187.232.3