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 */
/* Hide the subtitle ("Category") on category pages in Timeless */
body.ns-14 #contentSub,
body.ns-14 .mw-subtitle {
body.ns-14 #contentSub2 {
     display: none !important;
     display: none !important;
}
}