aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2018-12-13 23:14:37 -0600
committerYihui Xie <xie@yihui.name>2018-12-13 23:14:37 -0600
commit736206d32675c3db79687da7c2e02a5f86e2007d (patch)
tree99dca64f79379e3b1e77b00a8fd4aec9ec903b8e
parent31231a681a43c5b76799a6c340a692175c07ff99 (diff)
downloadzk-theme-736206d32675c3db79687da7c2e02a5f86e2007d.tar.gz
zk-theme-736206d32675c3db79687da7c2e02a5f86e2007d.zip
a missing ;
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
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; }