[modern] Drop the background gradient

Move content border rules to layout (will be removed).

Bug: T251583
Change-Id: I28b7a3fdd3f89a0aef93e64c1ae12f39ae430e66
This commit is contained in:
AronDemian 2020-05-07 15:38:16 +02:00 committed by VolkerE
parent ace1ffaba1
commit b4ce8210ca
2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,6 @@
@media screen {
@import 'layout.less';
// FIXME: Will be removed with new header.
@import 'legacy/background-gradient.less';
@import 'common/content.less';
@import 'common/typography.less';

View File

@ -43,6 +43,10 @@ body {
}
.mw-body {
// Will be removed when we limit content width (T246420).
/* Border on top, left, and bottom side */
border: @border-width-base @border-style-base @border-color-content;
border-right-width: 0;
/* Merge the border with tabs' one (in their background image) */
margin-top: -@border-width-base;