1 kuri2005 Nov 19, 2005 11:36
3 kuri2005 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 yabba Nov 19, 2005 14:40
Press refresh, your server had cached the css ;)
¥
5 kuri2005 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...
6 yabba Nov 19, 2005 15:05
7 kuri2005 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 yabba 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 kuri2005 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 yabba 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 kuri2005 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;
}¥
12 yabba Nov 20, 2005 08:33
No problem ;)
¥
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; */
}
¥