Last modified: 2010-05-15 16:03:39 UTC
Why the site tagline message not displayed in MonoBook skin? I'm talking about "From {{SITENAME}}" mediawiki:tagline... is it possible to remove these from main.css of both MonoBook & Modern? #siteSub { display: none; }
It is disabled by default intentionally, but if you add #siteSub { display:block; } to MediaWiki:Monobook.css \ MediaWiki:Modern.css it will appear.
Why intentionally disabled? it is an annoyance to enable it for each wiki.. it should be the opposite, who they don't want it, they disable it.. not the current situation..unless of course it is hurting the performance or something..
It's used in various skins, but not in MonoBook. It's included in the output HTML so it can appear for the standard print stylesheet.