Use .mw-body instead of div#content

* Part of https://gerrit.wikimedia.org/r/#/c/151395/

Change-Id: Iae873906abcd8b2a986e5f728f0ce207256de770
This commit is contained in:
Arlo Breault 2014-08-13 03:51:40 -07:00
parent 2a1f5b0727
commit b1c2dd38ba
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* Animate between standard and high definition layouts */
body.vector-animateLayout {
div#content,
.mw-body,
div#footer,
#left-navigation {
.transition(margin-left 250ms, padding 250ms;);

View File

@ -27,7 +27,7 @@ body {
}
/* Content */
div#content {
.mw-body {
margin-left: 10em;
padding: @content-padding;
/* Border on top, left, and bottom side */

View File

@ -1,6 +1,6 @@
@import "mediawiki.mixins.less";
// External links
#content {
.mw-body {
.external {
background-position: center right;
background-repeat: no-repeat;

View File

@ -2,7 +2,7 @@
@import "variables.less";
div#content {
.mw-body {
margin-left: 11em;
padding: 1.25em 1.5em 1.5em 1.5em;
}