- The calendar block was somewhat cramped compared to the rest of the site's layout. Adding a small padding.

4.2.x
Dries Buytaert 2003-06-07 16:02:00 +00:00
parent 23423b46fb
commit f60135d2d6
1 changed files with 2 additions and 2 deletions

View File

@ -183,11 +183,11 @@ table {
border-bottom: 1px solid #ddd;
}
.calendar td {
padding: 0;
padding: 0.2em;
border-color: #888;
}
.calendar .row-week td a {
padding: 2px;
padding: 0.2em;
}
.calendar .day-today {
background-color: #69c;