Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 1,459: Line 1,459:
/* I'm too lazy to find the Comments extension's CSS so deal with it */
/* I'm too lazy to find the Comments extension's CSS so deal with it */
.c-comment > img {
.c-comment > img {
    max-width: 100%;
    height: auto;
}
.c-comment > .mw-parser-output > p > img {
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
}
}