Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
#bodyContent { | #bodyContent { | ||
line-height: | line-height: 3em; | ||
} | } | ||
.mw-body-content { | .mw-body-content { | ||
line-height: | line-height: 3em; | ||
} | } |
Revision as of 12:25, 21 February 2016
/* CSS placed here will affect users of the Vector skin */
/* Adding more space between paragraphs */
#bodyContent {
line-height: 3em;
}
.mw-body-content {
line-height: 3em;
}