Difference between revisions of "MediaWiki:Vector.css"

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


p {
p {
    line-height: 200%;
font-family: Verdana;
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:09, 21 February 2016

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

/* Adding more space between paragraphs */

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