MediaWiki:Common.css: Difference between revisions

From Hurraki - Plain Language Dictionary
Jump to navigation Jump to search
(Created page with " html, body { font-family: Tahoma, sans-serif; font-size: 16px; }")
 
No edit summary
Line 1: Line 1:


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

Revision as of 22:11, 19 November 2015

html, body {
    font-family: Arial;
    font-size: 12px;
}