From: Yihui Xie Date: Fri, 14 Dec 2018 05:14:37 +0000 (-0600) Subject: a missing ; X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=736206d32675c3db79687da7c2e02a5f86e2007d;p=brevno-suite%2Fthemes%2Fxmin a missing ; --- 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; }