I would like to change the calendar formating from
TUESDAY and the little calendar icon to
Friday July 10th (at about 1/2 the size, see http://www.csda.net)
My guess is template.css and these lines but I dont know anything about HTML so I came to the experts. 😀
div.ja-day {
margin-top: 5px;
float: right;
font-family: Tahoma, Arial, sans-serif;
}
div.ja-day div {
float: left;
padding: 10px 0 5px;
margin-left: 5px;
width: 37px;
background: url(../images/day-panel-bg.gif) repeat-x top #333333;
color: #DDDDDD;
font-size: 90%;
font-weight: bold;
text-align: center;
}
div.ja-day span {
float: left;
color: #999999;
font-size: 260%;
text-transform: uppercase;
letter-spacing: 2px;
padding-top: 4px;