Recent Topics

1 Dec 14, 2005 10:49    

Hi,

in [url=http://forums.b2evolution.net/viewtopic.php?t=6311&highlight=calender+calendar+size]this post[/url], personman kindly explained me how to enlarge my calendar, and it worked out for a while.
I don't clearly remember if that hack was performed before or just after my upgrade to Phoenix alpha, but the fact is that right now my calendar got newly small and tidy :(
In my .css is still the piece of code:

table.bCalendarTable {
   font-size: 127%;
}


but somehow it doesn't work anymore.

Hints?

Thanks,

Francesco

2 Dec 14, 2005 10:54

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;
}

;)

¥

3 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 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 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.


Form is loading...