Add table row coloring to help break it up
This commit is contained in:
parent
f71840b298
commit
461d39c485
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even) {
|
||||||
|
background-color: #e2d9d9;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue