Difference between revisions of "MediaWiki:Vector.css"

From Human Nature Dictionary
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Adding more space between paragraphs */
/* Adding more space between paragraphs */


p {
/* this is not working  p {margin-bottom: 4em}   */
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;
}

Latest revision as of 12:48, 21 February 2016

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

/* Adding more space between paragraphs */

/* this is not working  p {margin-bottom: 4em}   */