User:Mip/vector.css: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Override the default font-size: 0.8em in default Vector CSS */
#bodyContent {
#bodyContent {
font-size: 1.0em;
font-size: 1.0em;
}
}


/* Set the overall font size for body, overriding browser settings */
body {
body {
font-size: 11pt;
font-size: 11pt;

Revision as of 08:31, 30 November 2016

/* Override the default font-size: 0.8em in default Vector CSS */
#bodyContent {
    font-size: 1.0em;
}

/* Set the overall font size for body, overriding browser settings */
body {
    font-size: 11pt;
}