MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 4: Line 4:
.title { display: none; }
.title { display: none; }
#tagline { display: none; }
#tagline { display: none; }
.DisplayTitle { display: none; }

Revision as of 15:15, 30 November 2021

/* CSS placed here will be applied to all skins */

/* Hide titles */ 
.title { display: none; }
#tagline { display: none; }