Difference between revisions of "MediaWiki:Vector.css"

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


p {
p {
font-family: Verdana;
margin-bottom: 1em;
font-size: 13px;
color: #000000;
text-indent: 0pt;
padding: 0px;
margin-top: 0px;
margin-right: 30px;
margin-bottom: 0px;
margin-left: 30px;
}
}

Revision as of 13:10, 21 February 2016

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

/* Adding more space between paragraphs */

p {
margin-bottom: 1em;
}