MediaWiki:Common.css: Difference between revisions

From Hurraki - Plain Language Dictionary
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


html, body {
html, body {
     font-family: Arial;
     font-family: Arial, sans-serif;
     font-size: 17px;
     font-size: 16px;
}
}

Revision as of 22:20, 19 November 2015

html, body {
    font-family: Arial, sans-serif;
    font-size: 16px;
}