Notandi:Jóna Þórunn/monobook.css

Úr Wikipediu, frjálsa alfræðiritinu

Ath: Eftir að þú hefur vistað breytingar getur þurft að hreinsa flýtiskrár vafrans til að sjá þær. Í Mozilla / Konqueror er það gert með ctrl-shift-R, IE / Opera: ctrl-F5, Safari: slaufa-val-E (command-option-E / command-alt-E).

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

/* </pre>