[pmwiki-users] Triad skin question - turning off underlining in right sidebar.
Hans
design5 at softflow.co.uk
Sun Apr 15 16:37:11 CDT 2007
Sunday, April 15, 2007, 10:31:22 PM, writeon1 wrote:
> I would like to turn off the underlining of links in my right sidebar.
> I've tried turning off text-decoration in triad-css, and editing the
> sidebar to use div to set text-decoration to none. No luck. Suggestions
> appreciated.
put into pub/css/local.css:
#rightbar a { text-decoration:none; }
If you have not got that file, create one.
All style attributes set there are applied sitewide, and will overrule
any styles set by skin or other recipes (admin's prerogative)
~Hans
More information about the pmwiki-users
mailing list