MediaWiki:Common.css: Difference between revisions
From ChamoruWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.mw-body { | .mw-body { | ||
max-width: | max-width: 800px; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
Revision as of 03:33, 29 April 2026
/* CSS placed here will be applied to all skins */
body {
font-size: 80%;
line-height: 1.5;
}
/* Optional: bump table and infobox fonts slightly */
.infobox,
table {
font-size: 95%;
}
.mw-body {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}