light zebra striping for tables
This commit is contained in:
parent
9e1d6d7490
commit
f1ae872857
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ table.colwidths-auto tr td:nth-child(3) {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.colwidths-auto tr:nth-child(even) {
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
/* -- other body styles ----------------------------------------------------- */
|
/* -- other body styles ----------------------------------------------------- */
|
||||||
|
|
||||||
ol.arabic {
|
ol.arabic {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue