Skip to content

Commit 6272e67

Browse files
committed
gray background for table header/footer
1 parent 0a869e2 commit 6272e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ table {
4747
}
4848
table thead th { border-bottom: 1px solid #ddd; }
4949
th, td { padding: 5px; }
50-
tr:nth-child(even) { background: #eee }
50+
thead, tfoot, tr:nth-child(even) { background: #eee }

0 commit comments

Comments
 (0)