Template:Version nav/styles.css

Revision as of 15:27, 30 November 2025 by T-Bone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Container styling */
.mw-parser-output .ooo-version-nav {
    margin-top: 1em;
    padding: 0;
    font-size: 90%;
    text-align: left;
}

/* Tame the evil <pre> inside the nav */
.mw-parser-output .ooo-version-nav pre {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    display: inline;        /* behave like inline text */
    white-space: normal;    /* treat newline as regular space */
}