Difference between revisions of "MediaWiki:Common.css"
m (float TOC on rhs) |
|||
Line 10: | Line 10: | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
} | } | ||
+ | |||
+ | #toc { float: right }; |
Revision as of 20:43, 10 December 2015
/* 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 };