Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2018-12-14 08:14:37 +0300
committerYihui Xie <xie@yihui.name>2018-12-14 08:14:37 +0300
commit736206d32675c3db79687da7c2e02a5f86e2007d (patch)
tree99dca64f79379e3b1e77b00a8fd4aec9ec903b8e
parent31231a681a43c5b76799a6c340a692175c07ff99 (diff)
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; }