Remove Parsoid-specific padding and background
authorGabriel Wicke <gwicke@wikimedia.org>
Fri, 5 Sep 2014 18:04:30 +0000 (11:04 -0700)
committerGabriel Wicke <gwicke@wikimedia.org>
Fri, 5 Sep 2014 18:04:30 +0000 (11:04 -0700)
Those shouldn't be necessary any more, and are getting in the way for visual
diffing.

Change-Id: Ic7ea7d014d27bc7cf9a3d7c26808c96bf7f1d8fb

resources/src/mediawiki.skinning/content.parsoid.less

index 47c3526..3211dea 100644 (file)
@@ -129,13 +129,3 @@ figure[typeof~='mw:Image/Frame'] > *:first-child > img,
 /* Hide the caption for frameless and plain floated images */
 figure[typeof~="mw:Image/Frameless"] > figcaption,
 figure[typeof~="mw:Image"] > figcaption { display: none }
-
-/*
- * Finally, some basic styling for Parsoid render testing.
- * Only Parsoid directly sets .mw-body-content directly on the body, so this
- * shouldn't affect anything else.
- */
-body.mw-body-content {
-       background-color: #fff;
-       padding: 0.8em;
-}