From 411a015ec50abc4fe38f5605b09670b15733d453 Mon Sep 17 00:00:00 2001 From: Isarra Date: Thu, 20 Jun 2019 17:55:55 +0000 Subject: [PATCH] Move DataAfterContent outside of main content block Bug: T226199 Change-Id: Ie04d8d2bb1d44ec8a1c03fcc6f807668bab0377c --- components/common.less | 6 +++++- includes/templates/index.mustache | 2 +- responsive.less | 4 ++++ screen-hd.less | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/components/common.less b/components/common.less index 724ea5b..300faa3 100644 --- a/components/common.less +++ b/components/common.less @@ -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; diff --git a/includes/templates/index.mustache b/includes/templates/index.mustache index e584732..0c8e6f9 100644 --- a/includes/templates/index.mustache +++ b/includes/templates/index.mustache @@ -24,11 +24,11 @@
{{{html-printfooter}}}
{{/html-printfooter}} {{{html-catlinks}}} - {{{html-dataAfterContent}}}
{{{html-debuglog}}} +{{{html-dataAfterContent}}} {{! html-unported outputs
and