MediaWiki:Vector.css: Difference between revisions

From evermeet.cx Wiki
Jump to navigation Jump to search
Created page with "→‎CSS placed here will affect users of the Vector skin: #bodyContent { position: relative; width: 100%; line-height: 1.5em; font-family:ver..."
 
No edit summary
 
Line 8: Line 8:
         /* font-size: 0.9em; */
         /* font-size: 0.9em; */
}
}
#content h1, #content h2 {font-family: sans-serif}

Latest revision as of 20:47, 20 December 2017

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

#bodyContent {
        position: relative;
        width: 100%;
        line-height: 1.5em;
        font-family:verdana,arial,helvetica,sans-serif;
        /* font-size: 0.9em; */
}

#content h1, #content h2 {font-family: sans-serif}