Merge "Use .mw-body instead of div#content"

This commit is contained in:
jenkins-bot 2014-08-28 17:25:29 +00:00 committed by Gerrit Code Review
commit 3aa4ed74b7
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;
}