(nicer tables, maybe) |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
tbody tr:nth-of-type(odd){ | tbody tr:nth-of-type(odd){ | ||
background:rgba( | background:rgba(215,215,215,0.5); | ||
} | } | ||
} | } | ||
Version vom 20. Dezember 2013, 12:50 Uhr
/* screen only */
@media screen {
tbody tr:nth-of-type(odd){
background:rgba(215,215,215,0.5);
}
}