MediaWiki:Common.css: Difference between revisions

Undo revision 765 by Michael Bromley (talk)
No edit summary
Tag: Reverted
(Undo revision 765 by Michael Bromley (talk))
Tags: Undo 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 58: Line 57:
     color: #404040;  
     color: #404040;  
}
}
*/