Merge "Separate some shared layout with Parsoid"

This commit is contained in:
jenkins-bot 2017-04-29 20:59:47 +00:00 committed by Gerrit Code Review
commit 68a2d08ca1
1 changed files with 8 additions and 4 deletions

View File

@ -27,17 +27,21 @@ body {
}
/* Content */
.mw-body,
.parsoid-body {
padding: @content-padding;
background-color: @body-background-color;
color: @content-font-color;
direction: ltr;
}
.mw-body {
margin-left: 10em;
padding: @content-padding;
/* Border on top, left, and bottom side */
border: 1px solid @content-border-color;
border-right-width: 0;
/* Merge the border with tabs' one (in their background image) */
margin-top: -1px;
background-color: @body-background-color;
color: @content-font-color;
direction: ltr;
// h1's can exist outside of mw-body-content so some heading styles
// need to be defined in mw-body as well