Sunday, June 22, 2008, 9:23:06 PM, [EMAIL PROTECTED] wrote:

> I've just noticed a slight formating issue.  My foxedit generated
> 'Discuss' link above is displayed differently (slightly smaller) than
> the other links around it e.g. View, Edit, Attach (a.wikilink style).
> It looks like foxedit has its own style for a.foxeditlink in
> pub/fox/fox.css.  For now I've commented out the font-size line below:

> a.foxdellink, a.foxeditlink {
> /*      font-size:83%; */
>         font-family:Arial;
>         }

Of course you could change things in fox.css.
I wanted the font size smaller mainly for the sake of forum or
comment message headings.

you can target the action links directly, and do it in
pub/css/local.css for instance:

if you use the PmWiki skin, you could try

#wikicmds a.foxeditlink {
        font-size:100%;
}


with the Triad skin you use

#topnav a.foxeditlink {
        font-size:100%;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;;
}



  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to