Difference between revisions of "MediaWiki:Vector.css"
From Evil Mad Scientist Wiki
| Line 7: | Line 7: | ||
p, li{ | p, li{ | ||
| + | max-width: 800px; | ||
| + | } | ||
| + | |||
| + | div .noprint { | ||
max-width: 800px; | max-width: 800px; | ||
} | } | ||
Latest revision as of 11:38, 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;
}
div .noprint {
max-width: 800px;
}