Page 1 of 1

Catergory Icon problem with Joshua theme

Posted: Wed Nov 23, 2005 9:03 pm
by DortoH
I have assingend icons for my categories and they show up fine, however there is no padding between the text of the entry and the image.

I am using the Joshua theme on 0.9 and assume this can be changed with CSS but I can't find where.

http://blog.dortoh.ca

You can see the problem there

Re: Catergory Icon problem with Joshua theme

Posted: Wed Nov 23, 2005 9:18 pm
by garvinhicking
Just add this:

Code: Select all

img.serendipity_entryIcon {
    float: right;
    border: 0px;
   margin: 5px;
}
Best regards,
Garvin

Posted: Wed Nov 23, 2005 9:39 pm
by DortoH
Perfect, no wonder I couldn't find it ;)

Posted: Sat Nov 26, 2005 3:50 am
by Guest
hey how did u change the pic at the top

Posted: Sat Nov 26, 2005 7:01 am
by DortoH
In the IMG directory for the theme, replace titlebg.jpg

Posted: Tue Nov 29, 2005 9:54 am
by Guest
i try doing this, but it keeps reverting back to the old image :/

Re: Catergory Icon problem with Joshua theme

Posted: Fri Mar 17, 2006 11:57 am
by theseus
garvinhicking wrote:Just add this:

Code: Select all

img.serendipity_entryIcon {
    float: right;
    border: 0px;
   margin: 5px;
}
Best regards,
Garvin
Garvin,

I added this to the Joshua template css but it didn't make a difference. Is that that the right css file or is it another one? http://www.cambigue.com/serendipity

Re: Catergory Icon problem with Joshua theme

Posted: Fri Mar 17, 2006 12:04 pm
by garvinhicking
Theseus, please tell me your URL.

Regards,
Garvin

Re: Catergory Icon problem with Joshua theme

Posted: Fri Mar 17, 2006 12:11 pm
by theseus
garvinhicking wrote:Theseus, please tell me your URL.

Regards,
Garvin
http://www.cambigue.com/serendipity

Re: Catergory Icon problem with Joshua theme

Posted: Fri Mar 17, 2006 12:30 pm
by garvinhicking
Uh, your blog doesn'T contain any category icons. So no wonder that the CSS doesn'T affect anything. :-)

You must assign icons to your categories via the Category Manager in the Backend.

Regards,
Garvin