gray background for table header/footer
authorYihui Xie <xie@yihui.name>
Wed, 9 Aug 2017 16:40:47 +0000 (11:40 -0500)
committerYihui Xie <xie@yihui.name>
Wed, 9 Aug 2017 16:40:47 +0000 (11:40 -0500)
static/css/style.css

index b9992656e27de59d3fe873d903b1e88a2c337142..d23b9a5672368600461d24f1a3a1cbe60f923a51 100644 (file)
@@ -47,4 +47,4 @@ table {
 }
 table thead th { border-bottom: 1px solid #ddd; }
 th, td { padding: 5px; }
-tr:nth-child(even) { background: #eee }
+thead, tfoot, tr:nth-child(even) { background: #eee }