MediaWiki:Common.css: Difference between revisions

From RollerCoaster Tycoon Wiki Wiki, the RollerCoaster Tycoon encyclopedia that anyone can edit.
Content added Content deleted
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 */

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}

Revision as of 18:19, 15 July 2010

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

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}