MediaWiki:Common.css: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
tt, pre {
tt, pre {
    font-family: monospace;
     font-size: 1.25em;
     font-size: 1.25em;
}
}

Revision as of 16:22, 20 February 2013

/* CSS placed here will be applied to all skins */

/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
tt, pre {
    font-family: monospace;
    font-size: 1.25em;
}
code {
    font-size: 1.15em;
    color: #558088;
    background-color: #f0f8f0;
}