Difference between revisions of "MediaWiki:Common.css"
(let's try this :)) |
|||
| Line 5: | Line 5: | ||
.pintable td:nth-child(4) { | .pintable td:nth-child(4) { | ||
text-align: left; | text-align: left; | ||
| + | } | ||
| + | |||
| + | table.wikitable { | ||
| + | padding: 0.2em 0.4em; | ||
} | } | ||
Revision as of 23:02, 26 May 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 {
padding: 0.2em 0.4em;
}