Difference between revisions of "MediaWiki:Common.css"
(let's try this :)) |
m (See if this does something) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
text-align: left; | text-align: left; | ||
} | } | ||
+ | |||
+ | table.wikitable > * > tr > td { | ||
+ | padding: 0.2em 0.4em; | ||
+ | } | ||
+ | |||
+ | #toc { float: right; } |
Latest revision as of 00:19, 16 February 2018
/* CSS placed here will be applied to all skins */
.pintable td {
text-align: center;
}
.pintable td:nth-child(4) {
text-align: left;
}
table.wikitable > * > tr > td {
padding: 0.2em 0.4em;
}
#toc { float: right; }