Page MenuHomePhabricator

Site tagline message not displayed
Closed, InvalidPublic

Description

Author: mohamed.m.k

Description:
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;

}


Version: 1.13.x
Severity: trivial

Details

Reference
bz13755

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:07 PM
bzimport set Reference to bz13755.
bzimport added a subscriber: Unknown Object (MLST).

robert wrote:

It is disabled by default intentionally, but if you add

#siteSub {

display:block;

}

to MediaWiki:Monobook.css \ MediaWiki:Modern.css it will appear.

mohamed.m.k wrote:

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.