Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →Adding more space between paragraphs: p { line-height: 200%; }") |
|||
Line 4: | Line 4: | ||
p { | 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; | |||
} | } |
Revision as of 12: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;
}