MediaWiki:Common.css

Revision as of 15:03, 4 May 2018 by Dmina (talk | contribs) (Created page with "CSS placed here will be applied to all skins: pre, code, tt, kbd, samp, .mw-code { font-family: monospace, Courier; white-space: pre-wrap; white-s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* CSS placed here will be applied to all skins */
pre, code, tt, kbd, samp, .mw-code {
        font-family: monospace, Courier;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
}