2734
правки
Изменения
Нет описания правки
/* Alternating table rows */
.alternatecells:nth-child(odd) {
background-color: #F9F9F91d1d1f
}
.alternaterows tr:nth-child(even), .infobox-rows tr:nth-child(even) {
background-color: #F9F9F91d1d1f;
}