MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m (wrong line height. fixed)
(changed dynamic table align to left)
Line 976: Line 976:
table.dataTable.stripe tbody tr.odd {
table.dataTable.stripe tbody tr.odd {
background: transparent;
background: transparent;
text-align: center;
text-align: left;
}
}


Line 984: Line 984:
table.dataTable.stripe tbody tr.even {
table.dataTable.stripe tbody tr.even {
background: var(--wikitable-alt-background);
background: var(--wikitable-alt-background);
text-align: center;
text-align: left;
}
}