[pmwiki-users] [[!Categories]] & CSS

Eemeli Aro eemeli at gmail.com
Tue Aug 21 10:58:39 CDT 2007


Category links all belong to the class "categorylink" so just add a
definition for that in your CSS. If you don't have a separate CSS
file, you can add the following to your local/config.php:

$HTMLStylesFmt[] = "
  a.categorylink { font-size: smaller; }
  ";

eemeli

On 8/21/07, Stéphane Heckel <hsteph at club-internet.fr> wrote:
>
> Hello list,
>
> Can we change how the categories (used as tags) are displayed using a CSS
> (ie, smaller size) ?
> Thanks
>
> SH
>
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>



More information about the pmwiki-users mailing list