Difference between revisions of "MediaWiki:Common.css"

From Human Nature Dictionary
Jump to navigation Jump to search
Line 3: Line 3:
/* Adding more space between paragraphs */
/* Adding more space between paragraphs */


p {
#bodyContent, .mw-body-content, div#content dd, div#content ol, div#content ul, td.diff-context {
    line-height: 200%;
line-height: 1.5em !important;
}
}

Revision as of 12:22, 21 February 2016

/* CSS placed here will be applied to all skins */

/* Adding more space between paragraphs */

#bodyContent, .mw-body-content, div#content dd, div#content ol, div#content ul, td.diff-context {
	line-height: 1.5em !important;
}