Without additional CSS markup, the default style of the Calendar widget in Movable Type 4.01 is squished, so I'm using these styles for the small monthly calendar in the sidebar:
.widget-calendar {
line-height: 120%;
padding: 0px;
text-align: center;
}
.widget-calendar th {
font-weight: bold;
line-height: 140%;
padding: 2px;
}
.widget-calendar td.today {
background-color: #E1E1E1;
color: #000000;
}










Leave a comment