diff options
author | Yihui Xie | 2018-12-13 23:14:37 -0600 |
---|---|---|
committer | Yihui Xie | 2018-12-13 23:14:37 -0600 |
commit | 736206d32675c3db79687da7c2e02a5f86e2007d (patch) | |
tree | 99dca64f79379e3b1e77b00a8fd4aec9ec903b8e /static/css | |
parent | 31231a681a43c5b76799a6c340a692175c07ff99 (diff) | |
download | hugo-xmin-736206d32675c3db79687da7c2e02a5f86e2007d.tar.lz hugo-xmin-736206d32675c3db79687da7c2e02a5f86e2007d.tar.zst hugo-xmin-736206d32675c3db79687da7c2e02a5f86e2007d.zip |
a missing ;
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 2 |
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; } |