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 */ /* Animate between standard and high definition layouts */
body.vector-animateLayout { body.vector-animateLayout {
div#content, .mw-body,
div#footer, div#footer,
#left-navigation { #left-navigation {
.transition(margin-left 250ms, padding 250ms;); .transition(margin-left 250ms, padding 250ms;);

View file

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

View file

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

View file

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