MediaWiki:Timeless.css: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Created page with "→‎Indefinite content width: @media screen and (min-width: 851px) { .color-middle-container, .ts-inner { max-width: none; } }"
 
m Change font style to normal for redirect links
Tag: Reverted
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;
}
}

Revision as of 21:29, 29 June 2024

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

/* Change font style to normal for redirect links */
.mw-body a.mw-redirect {
    font-style: normal !important;
}