User:DavidHOzAu/citefix/code.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

/* <pre> */
/* keep superscript and subscript text from breaking the line-spacing */
#bodyContent sup {
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
#bodyContent sub {
    font-size: 75%;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
/* </pre> */