MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
Improve wikitable styling.
(Remove useless parts of wikitable styling.)
(Improve wikitable styling.)
Line 689: Line 689:
     background-color: var(--bg3wiki-wikitable-header-bg);
     background-color: var(--bg3wiki-wikitable-header-bg);
     border: var(--bg3wiki-wikitable-border);
     border: var(--bg3wiki-wikitable-border);
}
.wikitable th[scope=row],
.wikitable th[scope=rowgroup] {
font-weight: normal;
text-align: left;
}
.wikitable tr,
.wikitable td,
.wikitable th,
.wikitable tr :is(th, td) {
padding-left: 0.4em;
padding-right: 0.4em;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
}

Navigation menu