Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 52: Line 52:


/* change font of preformatted text */
/* change font of preformatted text */
/* it doesn't render very well, so going back to default; also, it breaks [https:// links] inside the <pre> box
pre {
pre {
     font-family: "Lato", sans-serif;
     font-family: "Lato", sans-serif;
Line 57: Line 58:
     color: #404040;  
     color: #404040;  
}
}
*/