Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
} | } | ||
| − | #mw-content-text p { | + | #mw-content-text p, #mw-content-text ol { |
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
} | } | ||
Revision as of 08:31, 2 September 2020
/* CSS placed here will be applied to all skins */
#bodyContent {
max-width: 750px; margin-left: 10px; margin-right:auto; padding: 0;
}
#mw-content-text p, #mw-content-text ol {
margin-bottom: 1rem;
}