Difference between revisions of "MediaWiki:Vector.css"

From Evil Mad Scientist Wiki
Jump to: navigation, search
 
Line 7: Line 7:
  
 
p, li{
 
p, li{
 +
    max-width: 800px;
 +
}
 +
 +
div .noprint {
 
     max-width: 800px;
 
     max-width: 800px;
 
}
 
}

Latest revision as of 12: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;
}