Merge "Images should have borders in Android app / parsoid generated content"

This commit is contained in:
jenkins-bot 2019-03-29 14:57:02 +00:00 committed by Gerrit Code Review
commit 3ace1a7615
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,9 @@
width: auto !important;
}
// Parsoid class name (T198534)
.mw-image-border,
// parser (PHP) class name
.thumbborder {
border: 1px solid @colorGray12;
}

View File

@ -29,6 +29,11 @@ figure[ typeof*='mw:Audio' ] {
margin: 0 auto;
}
/* T198534 */
.mw-image-border {
display: inline-block;
}
@media screen and ( min-width: @width-breakpoint-tablet ) {
figure[ typeof*='mw:Image' ],
figure[ typeof*='mw:Video' ],