Skip to content

Commit 358b6a9

Browse files
committed
Add missing CSS file
1 parent 8323e0f commit 358b6a9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

python-calendar/calendar.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
body {
2+
font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
3+
}
4+
5+
table {
6+
margin: 10px;
7+
}
8+
9+
th, td {
10+
padding: 5px;
11+
}

0 commit comments

Comments
 (0)