Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,293
edits
(expand) |
(adjust wikitables based on https://en.wikipedia.org/wiki/MediaWiki:Common.css) |
||
| Line 312: | Line 312: | ||
} | } | ||
/* | /* 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 { | ||
/* @noflip */ | |||
text-align: left; | |||
} | } | ||