mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Merge "Move DataAfterContent outside of main content block"
This commit is contained in:
commit
7d46396dc1
|
@ -31,8 +31,12 @@ body {
|
|||
direction: ltr;
|
||||
}
|
||||
|
||||
.mw-body {
|
||||
.mw-body,
|
||||
#mw-data-after-content {
|
||||
margin-left: 10em;
|
||||
}
|
||||
|
||||
.mw-body {
|
||||
/* Border on top, left, and bottom side */
|
||||
border: 1px solid @content-border-color;
|
||||
border-right-width: 0;
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
<div class="printfooter">{{{html-printfooter}}}</div>
|
||||
{{/html-printfooter}}
|
||||
{{{html-catlinks}}}
|
||||
{{{html-dataAfterContent}}}
|
||||
<div class="visualClear"></div>
|
||||
{{{html-debuglog}}}
|
||||
</div>
|
||||
</div>
|
||||
{{{html-dataAfterContent}}}
|
||||
{{! html-unported outputs <div id="mw-navigation"> and <div id="footer"> }}
|
||||
{{{html-unported}}}
|
||||
{{{html-printtail}}}
|
||||
|
|
|
@ -118,4 +118,8 @@
|
|||
border-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#mw-data-after-content {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
.mw-body,
|
||||
#mw-head-base,
|
||||
#left-navigation,
|
||||
#mw-data-after-content,
|
||||
#footer {
|
||||
margin-left: 11em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue