From: Yihui Xie Date: Wed, 9 Aug 2017 16:40:47 +0000 (-0500) Subject: gray background for table header/footer X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6272e671f93490cc920b481e914ef42e95cfb3f7;p=brevno-suite%2Fthemes%2Fxmin gray background for table header/footer --- diff --git a/static/css/style.css b/static/css/style.css index b999265..d23b9a5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -47,4 +47,4 @@ table { } table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } -tr:nth-child(even) { background: #eee } +thead, tfoot, tr:nth-child(even) { background: #eee }