MediaWiki:Common.css: Difference between revisions
Appearance
| Line 20: | Line 20: | ||
/* Fix the large gaps between paragraphs */ | /* Fix the large gaps between paragraphs */ | ||
#mw-content-text p { | #mw-content-text p { | ||
margin-top: | /*margin-top: 0 !important;*/ | ||
margin-bottom: | margin-bottom: 0 !important; | ||
line-height: 1 !important; | /*line-height: 1.6 !important;*/ | ||
} | } | ||
/* Apply tighter line height to the whole content area */ | /* Apply tighter line height to the whole content area */ | ||
.mw-body-content { | .mw-body-content { | ||
line-height: 1 !important; | /*line-height: 1.6 !important;*/ | ||
} | } | ||