MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 43: | Line 43: | ||
.mw-parser-output > ol { | .mw-parser-output > ol { | ||
clear: both; | clear: both; | ||
} | |||
#content { | |||
padding-left: 16px !important; | |||
padding-right: 16px !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
.mw-body, | .mw-body, | ||
.vector-body, | .vector-body, | ||
.mw-body-content, | |||
#bodyContent, | |||
.mw-parser-output { | .mw-parser-output { | ||
padding-left: | padding-left: 0 !important; | ||
padding-right: | padding-right: 0 !important; | ||
box-sizing: border-box; | margin-left: 0 !important; | ||
margin-right: 0 !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
.mw-body h1, | .mw-body h1, | ||
.mw-parser-output h1 { | .mw-parser-output h1 { | ||
font-size: | font-size: 2rem; | ||
line-height: 1.12; | line-height: 1.12; | ||
margin-top: 0.6em; | margin-top: 0.6em; | ||