Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →Adding more space between paragraphs: p {margin-bottom: 1em}") |
|||
Line 2: | Line 2: | ||
/* Adding more space between paragraphs */ | /* Adding more space between paragraphs */ | ||
p {margin-bottom: | |||
p { | |||
margin-bottom: 2em; | |||
} |
Revision as of 12:01, 21 February 2016
/* CSS placed here will be applied to all skins */
/* Adding more space between paragraphs */
p {
margin-bottom: 2em;
}