20 lines
304 B
CSS
20 lines
304 B
CSS
|
.calendar-month
|
||
|
{
|
||
|
font-family: Verdana, sans-serif, Arial, Helvetica;
|
||
|
color: #5a8629;
|
||
|
font-weight: bold;
|
||
|
margin-top: 2px;
|
||
|
font-size: 12px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
table.calendar th td
|
||
|
{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
table.calendar th
|
||
|
{
|
||
|
background-color: #f5f5f5;
|
||
|
height: 10px;
|
||
|
color: #103a3a;
|
||
|
}
|