MediaWiki:Common.css: Difference between revisions

adjust wikitables based on https://en.wikipedia.org/wiki/MediaWiki:Common.css
(expand)
(adjust wikitables based on https://en.wikipedia.org/wiki/MediaWiki:Common.css)
Line 312: Line 312:
}
}


/* lists in data cells are always left-aligned */
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
font-weight: normal;
/* @noflip */
text-align: left;
}
 
/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ul,
.wikitable td ol,
.wikitable td ol,
.wikitable td dl {
.wikitable td dl {
    text-align: left;
/* @noflip */
text-align: left;
}
}