Skip to content

Commit 6f181ed

Browse files
committed
Whoops - every 3rd line --> every 4th line
1 parent 3f8963b commit 6f181ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ td:first-child {
577577
}
578578

579579
/* Create gray border after every 3rd row to visually separate packages */
580-
table tr:nth-of-type(3n) td {
580+
table tr:nth-of-type(4n) td {
581581
border-bottom: 1px solid rgba(128,128,128,0.2);
582582
}
583583

0 commit comments

Comments
 (0)