a missing ;

This commit is contained in:
Yihui Xie 2018-12-13 23:14:37 -06:00
parent 31231a681a
commit 736206d326

View File

@ -48,4 +48,4 @@ table {
} }
table thead th { border-bottom: 1px solid #ddd; } table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; } th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee } thead, tfoot, tr:nth-child(even) { background: #eee; }