Make afterContent stuff appear correctly after content in all view

modes

Mostly affects extensions that add stuff after the content with them
hook dealies, such as flaggedrevisions etc.

bug: T200729
Change-Id: I5c46af8f4cab20b04930a0e25d380ec040557bb6
isekai
Isarra 7 years ago
parent 12c4d073c5
commit 7df2db6ee9

@ -75,9 +75,9 @@ class TimelessTemplate extends BaseTemplate {
$this->getClear()
)
)
)
) .
$this->getAfterContent()
) .
$this->getAfterContent() .
Html::rawElement( 'div', [ 'id' => 'mw-site-navigation' ],
$this->getLogo( 'p-logo', 'image' ) .
$this->getMainNavigation() .

@ -21,7 +21,8 @@
margin-left: -@column-left-size;
width: 100%;
}
#mw-content {
#mw-content,
#content-bottom-stuff {
margin-left: @column-left-size;
}

Loading…
Cancel
Save