Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 53: Line 53:
/* change font of preformatted text */
/* change font of preformatted text */
pre {
pre {
     font-family: "Consolas", sans-serif;
     font-family: "Inconsolata", sans-serif;
     font-size: 110%;
     font-size: 110%;
     color: #404040;  
     color: #404040;  
}
}