MediaWiki:Common.css: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
 
No edit summary
Line 2: Line 2:


/* 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, code, pre {
tt, pre {
     font-size: 1.25em;
     font-size: 1.25em;
}
}

Revision as of 12:42, 7 February 2012

/* 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-size: 1.25em;
}