a missing ;
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M static/css/style.css → static/css/style.css
@@ -48,4 +48,4 @@ border-bottom: 1px solid #666; } 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; }