From 736206d32675c3db79687da7c2e02a5f86e2007d Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 13 Dec 2018 23:14:37 -0600 Subject: a missing ; --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0edd168..4dc3ae4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -48,4 +48,4 @@ table { } table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } -thead, tfoot, tr:nth-child(even) { background: #eee } +thead, tfoot, tr:nth-child(even) { background: #eee; } -- cgit