MediaWiki:Timeless.css: Difference between revisions

From Golden Retriever Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
.mw-wiki-logo.timeless-logo img {
.mw-wiki-logo.timeless-logo img {
    display: none !important;
}
#mw-related-navigation {
     display: none !important;
     display: none !important;
}
}

Revision as of 15:18, 22 July 2025

/* All CSS here will be loaded for users of the Timeless skin */
.mw-wiki-logo.timeless-logo img {
    display: none !important;
}
#mw-related-navigation {
    display: none !important;
}