Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Rboatright (talk | contribs) |
Rboatright (talk | contribs) (s) |
||
| Line 3: | Line 3: | ||
{ | { | ||
overflow-x:auto; | overflow-x:auto; | ||
| − | font-size: | + | font-size:100%; |
| + | font-family:"Lucida Console","FixedSys","Courier","Monospace"; | ||
} | } | ||
text.source-text | text.source-text | ||
{ | { | ||
overflow-x:auto; | overflow-x:auto; | ||
| − | font-size: | + | font-size:100%; |
| + | font-family:"Lucida Console","FixedSys","Courier","Monospace"; | ||
} | } | ||
Revision as of 06:14, 25 July 2009
/** CSS placed here will be applied to all skins */
pre
{
overflow-x:auto;
font-size:100%;
font-family:"Lucida Console","FixedSys","Courier","Monospace";
}
text.source-text
{
overflow-x:auto;
font-size:100%;
font-family:"Lucida Console","FixedSys","Courier","Monospace";
}