mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "Use core .mixin-clearfix()
instead of DOM element"
This commit is contained in:
commit
9a1897be82
|
@ -62,7 +62,6 @@
|
|||
<div class="printfooter">{{{html-printfooter}}}</div>
|
||||
{{/html-printfooter}}
|
||||
{{{html-catlinks}}}
|
||||
<div class="visualClear"></div>
|
||||
{{{html-debuglog}}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -75,7 +75,6 @@
|
|||
<div class="printfooter">{{{html-printfooter}}}</div>
|
||||
{{/html-printfooter}}
|
||||
{{{html-catlinks}}}
|
||||
<div class="visualClear"></div>
|
||||
{{{html-debuglog}}}
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue