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