Difference between revisions of "MediaWiki:Common.css"

From Human Nature Dictionary
Jump to navigation Jump to search
 
Line 2: Line 2:


/* Adding more space between paragraphs */
/* Adding more space between paragraphs */
p {margin-bottom: 1em}
 
p {
margin-bottom: 2em;
}

Revision as of 13:01, 21 February 2016

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

/* Adding more space between paragraphs */

p {
margin-bottom: 2em;
}