Difference between revisions of "MediaWiki:Vector.css"
From Evil Mad Scientist Wiki
(Created page with "→CSS placed here will affect users of the Vector skin: h3, h4, h5, h6 { font-weight: normal; }") |
|||
| Line 3: | Line 3: | ||
h3, h4, h5, h6 { | h3, h4, h5, h6 { | ||
font-weight: normal; | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | |||
| + | p, li{ | ||
| + | max-width: 800px; | ||
} | } | ||
Revision as of 11:37, 14 November 2013
/* CSS placed here will affect users of the Vector skin */
h3, h4, h5, h6 {
font-weight: normal;
}
p, li{
max-width: 800px;
}