From: Gabriel Wicke Date: Fri, 5 Sep 2014 18:04:30 +0000 (-0700) Subject: Remove Parsoid-specific padding and background X-Git-Tag: 1.31.0-rc.0~14148^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5ada6805d264034cc8b3811238403046d9b33c4b;p=lhc%2Fweb%2Fwiklou.git Remove Parsoid-specific padding and background Those shouldn't be necessary any more, and are getting in the way for visual diffing. Change-Id: Ic7ea7d014d27bc7cf9a3d7c26808c96bf7f1d8fb --- diff --git a/resources/src/mediawiki.skinning/content.parsoid.less b/resources/src/mediawiki.skinning/content.parsoid.less index 47c3526b0a..3211deafd6 100644 --- a/resources/src/mediawiki.skinning/content.parsoid.less +++ b/resources/src/mediawiki.skinning/content.parsoid.less @@ -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; -}