Actions

MediaWiki

Common.css: Difference between revisions

From The Birdhouse

Created page with "→‎CSS placed here will be applied to all skins: #siteSub { display: none; }"
 
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 */


#siteSub {
#tagline {
     display: none;
     display: none;
}
}

Revision as of 05:14, 31 July 2024

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

#tagline {
    display: none;
}