Recent Topics

1 Dec 31, 2007 01:09    

My b2evolution Version: 1.10.x

I'm using crystal_glass skin

and it's good except the calendar is tiny, how do I increase it's font ?

2 Dec 31, 2007 04:49

Hi

You need to find this class in your skin folder

table.bCalendarTable {

margin-top: 0pt;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
font-size: 77%;
border-collapse: separate;
border-spacing: 0px;
}

If it's not there you can find it here

/rsc/css/blog_elements.css

You might also want to check this class

table.bCalendarTable caption


Form is loading...