Recent Topics

1 Nov 19, 2005 11:36    

Hello,

There are separating lines on the main page of my blog (skin custom) and I'd like to remove them.
http://france-japon.net/images2/ligne_ds_blog.jpg

I looked for some <hr> to suppress somewhere but found nothing.

Any idea?

Here is the address of my blog:
http://france-japon.net/blog/

2 Nov 19, 2005 11:40

skins/custom/style.css (or whatever it's called) remove the red bit :-
.bPost, .bPostpublished
{
clear: both;
margin: 0 2.5ex;
padding: 0;
border-bottom: 1px solid #ddd;
/* border: 1px solid #78a; */

}

¥

3 Nov 19, 2005 14:15

Oh, thanks for the quick reply!

I did exactly what you said but nothing changed...

¥åßßå wrote:

skins/custom/style.css (or whatever it's called) remove the red bit :-
.bPost, .bPostpublished
{
clear: both;
margin: 0 2.5ex;
padding: 0;
border-bottom: 1px solid #ddd;
/* border: 1px solid #78a; */

}

¥

4 Nov 19, 2005 14:40

Press refresh, your server had cached the css ;)

¥

5 Nov 19, 2005 14:55

¥åßßå wrote:

Press refresh, your server had cached the css ;)

¥

Oh, thanks! But I already pressed "refresh" several times.

Here is the URL:
http://france-japon.net/blog/

You can see the separating lines...

7 Nov 19, 2005 15:12

Oh, I see...

I already suppressed the lines of the articles a few days ago.

This time, I meant the lines of the right side (sorry, I forgot to precise the first time) which are still here.
Thanks again for your kind answers.

¥åßßå wrote:

http://yabba.waffleson.com/lineless.jpg

¥

8 Nov 19, 2005 15:16

Once again, remove the red bit

.bSideItem {
margin: 2ex;
padding: 0 0 2ex 0;
border-bottom: 1px solid #ddd;
}

¥

9 Nov 19, 2005 15:31

Perfect!! Many thanks!

May I ask you another question? If you don't have time today, it's OK of course... :)

Where I removed the lines, there is still a big space. For instance, just under "Derniers commentaires" (last comments).

Do you know how to reduce the heighth of this space?

¥åßßå wrote:

Once again, remove the red bit

.bSideItem {
margin: 2ex;
padding: 0 0 2ex 0;
border-bottom: 1px solid #ddd;
}

¥

10 Nov 19, 2005 15:51

Lol, I'm gonna sound repetative, but, remove the red bit ;)

.bSideItem {
margin: 2ex;
padding: 0 0 2ex 0;
}

¥

11 Nov 20, 2005 01:51

Thank You very much for your advices. Everything perfectly works! :D

¥åßßå wrote:

Lol, I'm gonna sound repetative, but, remove the red bit ;)

.bSideItem {
margin: 2ex;
padding: 0 0 2ex 0;
}

¥


Form is loading...