MediaWiki:Timeless.css: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
m Change font style to normal for redirect links
Tag: Reverted
m Undo revision 1291 by Hori (talk)
Tag: Undo
 
Line 3: Line 3:
     .color-middle-container,
     .color-middle-container,
     .ts-inner { max-width: none; }
     .ts-inner { max-width: none; }
}
/* Change font style to normal for redirect links */
.mw-body a.mw-redirect {
    font-style: normal !important;
}
}

Latest revision as of 21:31, 29 June 2024

/* Indefinite content width */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}