DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:disabling_link_icons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:disabling_link_icons [2010-02-01 21:03] 74.93.99.97tips:disabling_link_icons [2015-12-10 21:24] (current) 77.5.94.141
Line 3: Line 3:
  
 <code css> <code css>
-a.urlextern, +.page a.urlextern, 
-a.interwiki, +.page a.interwiki, 
-a.windows, +.page a.windows, 
-a.mail, +.page a.mail, 
-a.media { +.page a.media { 
-  padding-left: 0;+  padding-left:!important;
   background: none !important;   background: none !important;
 } }
Line 14: Line 14:
  
 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''. 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''.
 +
 +If it won't work you maybe have to replace the CSS-classes above (''.page'') with ''.dokuwiki''.
tips/disabling_link_icons.1265054621.txt.gz · Last modified: 2010-02-01 21:03 by 74.93.99.97

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki