Difference between revisions of "MediaWiki:Vector.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 */


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

Revision as of 13:23, 21 February 2016

/* CSS placed here will affect users of the Vector skin */

/* Adding more space between paragraphs */

#bodyContent {
	line-height: 1.5em;
}