MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
tt, pre { | tt, pre { | ||
font-size: 1.25em; | font-size: 1.25em; | ||
} | |||
code { | |||
font-size: 1.15em; | |||
color: #558088; | |||
background-color: transparent; | |||
} | } | ||
Revision as of 12:49, 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;
}
code {
font-size: 1.15em;
color: #558088;
background-color: transparent;
}