MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
No edit summary
Line 55: Line 55:




/* Hide the subtitle ("Category") on category pages in Timeless */
/* Broader removal of subtitle area on category pages */
body.ns-14 .mw-subtitle {
body.ns-14 #contentSub,
body.ns-14 #contentSub2,
body.ns-14 .mw-subtitle,
body.ns-14 h1 + div {
     display: none !important;
     display: none !important;
}
}