MediaWiki:Common.css: Difference between revisions
Appearance
| Line 16: | Line 16: | ||
body.page-Main_Page #siteNotice { | body.page-Main_Page #siteNotice { | ||
display: block; | display: block; | ||
} | |||
/* Fix the large gaps between paragraphs */ | |||
#mw-content-text p { | |||
margin-top: 0.5em !important; | |||
margin-bottom: 0.5em !important; | |||
line-height: 1 !important; /* This matches Wikipedia's tighter spacing */ | |||
} | |||
/* Apply tighter line height to the whole content area */ | |||
.mw-body-content { | |||
line-height: 1 !important; | |||
} | } | ||