Merge "Follow-up I96d2225: Adding white background color to framed images in Parsoid"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 23 Feb 2017 14:27:38 +0000 (14:27 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 23 Feb 2017 14:27:38 +0000 (14:27 +0000)
resources/src/mediawiki.skinning/content.parsoid.less

index 72126f3..f709cff 100644 (file)
@@ -128,6 +128,7 @@ figure[typeof~='mw:Image/Frame'] > *:first-child > img,
 .mw-image-border > *:first-child > img {
        border: 1px solid #ccc;
        margin: 3px;
+       background: #fff;
 }
 
 /* Hide the caption for frameless and plain floated images */