forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: hl90 on January 07, 2009, 10:02:50 pm

Title: Change italic to normal
Post by: hl90 on January 07, 2009, 10:02:50 pm
After I installed Stramm the fonts underneath the thumbs went to italic. Where can I change it back to normal? Sorry if this is already posted.
Title: Re: Change italic to normal
Post by: Stramm on January 07, 2009, 10:24:25 pm
That's usually not something I change... depends on the theme you're using. If you switched it, the font style may change.

themes/your_theme/style.css

find
.thumb_num_comments

and change
Code: [Select]
        font-style : italic;
to
Code: [Select]
        font-style : normal;


And nice that I'm installed now ;) ... feels pretty cool.
Title: Re: Change italic to normal
Post by: hl90 on January 08, 2009, 12:39:15 pm
Thanks it worked!  :)