1 papzadsl Dec 14, 2005 10:49
3 papzadsl Dec 14, 2005 11:33
isn't impossible! My files are under /custom dir (yes, "leaf" dir is still present, but I've set "custom" in my blog skin preferences).
So, the file that currently manage my visual preferences is skins/custom/01_style0101.css; and there I didn't find anything similar.
Where did you get those infos?
4 yabba Dec 14, 2005 12:08
Hi Francesco,
/**** LINK-tag style sheet 01_style0101.css ****/
/* @import url(../../rsc/css/basic.css); */ /* Import basic styles */
/* @import url(../../rsc/img.css); */ /* Import standard image styles */
/* @import url(../../rsc/blog_elements.css); */ /* Import standard blog elements styles */
/* @import url(../../rsc/forms.css); */ /* Import default form styles */
/* @import url(../../rsc/comments.css); */ /* Import default comment styles */
The css is in blog_elements.css
¥
5 papzadsl Dec 14, 2005 12:36
Man, I try, I try to empower myself getting out from my lamer existance, but...simply I can't reach the target ;)
Thank you, mr. Yabba.
Mod, you can freeze up the thread, it solved my issue.
6 yabba Dec 14, 2005 13:30
No problem ;)
¥
Hi Francesco,
You actually have this in your css :-
table.bCalendarTable {
margin: 0 auto 1em auto;
font-size: 77%;
border-collapse: separate;
border-spacing: 0px;
}
;)
¥