MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 4: Line 4:
.title { display: none; }
.title { display: none; }
#tagline { display: none; }
#tagline { display: none; }
.a { color: darkblue; }

Revision as of 14:16, 21 December 2021

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

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

.a { color: darkblue; }