mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Merge "Subtitle appear below page actions"
This commit is contained in:
commit
fd38627869
|
@ -47,10 +47,10 @@
|
|||
{{/items}}
|
||||
</div>
|
||||
{{/tabs}}
|
||||
{{{subtitle}}}
|
||||
{{{pageactionshtml}}}
|
||||
{{{postheadinghtml}}}
|
||||
{{{internalBanner}}}
|
||||
<div class="minerva__subtitle">{{{subtitle}}}</div>
|
||||
</div>
|
||||
{{/hasheadingholder}}
|
||||
{{{precontenthtml}}}
|
||||
|
|
|
@ -320,6 +320,12 @@ input.search {
|
|||
margin: 0 @contentMargin;
|
||||
}
|
||||
|
||||
// T217197
|
||||
.minerva__subtitle {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media all and ( min-width: @width-breakpoint-tablet ) {
|
||||
/* FIXME: this should be one generic class name */
|
||||
/* SpecialMobileEditWatchlist */
|
||||
|
|
Loading…
Reference in a new issue