mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Merge "Media border option applies to the media element, not the wrapper"
This commit is contained in:
commit
27965530c3
|
@ -63,7 +63,8 @@
|
|||
}
|
||||
|
||||
// Parsoid class name is mw-image-border (T198534) and parser (PHP) class name is thumbborder
|
||||
.mw-image-border,
|
||||
// However, Parsoid places the class on the wrapper, whereas the legacy parser placed it on the img
|
||||
.mw-image-border img,
|
||||
.thumbborder {
|
||||
border: 1px solid @colorGray12;
|
||||
}
|
||||
|
|
|
@ -36,8 +36,3 @@ figure[ typeof~='mw:Audio/Frame' ] {
|
|||
// Centered on non-tablet
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* T198534 */
|
||||
.mw-image-border {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue