Common.css: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hide | /* Hide titles */ | ||
.title { display: none; } | .title { display: none; } | ||
#tagline { display: none; } | #tagline { display: none; } | ||
.DisplayTitle { display: none; } |