User:David Kernow/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Keep superscript references from breaking the line-spacing */
/* (from User:Mzajac; to restrict effects to {{tl|ref}} footnotes, */
/* change "sup {" back to ".reference {" */

#bodyContent sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.5em;
}

/* Fix line-spacing used by "; [heading] : [body]" format */
/* (see bug 8519 at bugzilla.wikipedia.org) */

dt { margin-bottom: 0; }