Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
border: 0px solid #aaa; | border: 0px solid #aaa; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| + | } | ||
| + | |||
| + | .mw-body h2 { | ||
| + | font-size: 2em; | ||
} | } | ||
Revision as of 12:59, 3 April 2015
/* CSS placed here will be applied to all skins */
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 0px solid #aaa;
padding: 0.2em;
}
table.wikitable {
background-color: transparent;
border: 0px solid #aaa;
border-collapse: collapse;
}
.mw-body h2 {
font-size: 2em;
}