Remove unnecessary margin for calendar header

This commit is contained in:
Frederic Guillot
2015-09-12 16:59:28 -04:00
parent 60b0bb527b
commit b16e7d1872
4 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ table {
font-size: 0.95em;
}
#calendar table {
margin-bottom: 0;
}
th,
td {
border: 1px solid #eee;