Jump to content

Welcome to the βeta launch of Creatorpedia, make your favorite creator shine.

MediaWiki:Common.css: Difference between revisions

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: -0.5em !important;
     /*margin-top: 0 !important;*/
     margin-bottom: -0.5em !important;
     margin-bottom: 0 !important;
     line-height: 1 !important; /* This matches Wikipedia's tighter spacing */
     /*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;*/
}
}