Merge "Use core `.mixin-clearfix()` instead of DOM element"

This commit is contained in:
jenkins-bot 2020-07-01 18:45:47 +00:00 committed by Gerrit Code Review
commit 9a1897be82
3 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,6 @@
<div class="printfooter">{{{html-printfooter}}}</div>
{{/html-printfooter}}
{{{html-catlinks}}}
<div class="visualClear"></div>
{{{html-debuglog}}}
</div>
</div>

View File

@ -75,7 +75,6 @@
<div class="printfooter">{{{html-printfooter}}}</div>
{{/html-printfooter}}
{{{html-catlinks}}}
<div class="visualClear"></div>
{{{html-debuglog}}}
</div>
</main>

View File

@ -59,6 +59,9 @@ body {
.mw-body-content {
position: relative;
z-index: @z-index-base;
// Clearfix here for legacy reasons of floated children (gadgets?),
// to be revisited to clarify historic need and possibly remove.
.mixin-clearfix();
}
/* Head */