This calendar is not used, can safely remove CSS

This commit is contained in:
Michal Čihař
2011-02-08 10:16:23 +01:00
parent 5cf8508f83
commit 9b7913e6e8

View File

@@ -665,39 +665,6 @@ ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {
/* end topmenu */ /* end topmenu */
/* Calendar */
table.calendar {
width: 100%;
}
table.calendar td {
text-align: center;
}
table.calendar td a {
display: block;
}
table.calendar td a:hover {
background-color: #CCFFCC;
}
table.calendar th {
background-color: #D3DCE3;
}
table.calendar td.selected {
background-color: #FFCC99;
}
img.calendar {
border: none;
}
form.clock {
text-align: center;
}
/* end Calendar */
/* table stats */ /* table stats */
div#tablestatistics { div#tablestatistics {
border-bottom: 0.1em solid #669999; border-bottom: 0.1em solid #669999;