Merge "Add sitesub, but hide by default"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 878f953208

@ -50,6 +50,7 @@ class TimelessTemplate extends BaseTemplate {
],
$this->get( 'title' )
) .
Html::rawElement( 'div', [ 'id' => 'siteSub' ], $this->getMsg( 'tagline' )->parse() ) .
Html::rawElement( 'div', [ 'id' => 'mw-page-header-links' ],
$this->getPortlet(
'namespaces',

@ -391,6 +391,13 @@ pre,
}
}
#siteSub {
margin: -0.5em 0 0.5em 0;
font-style: italic;
font-family: @fonts-secondary;
display: none;
}
hr {
border-width: 1px;
border-color: @grey;

Loading…
Cancel
Save