Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 1,458: Line 1,458:


/* 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 */
/* disabling images because spam */
.c-comment > img {
.c-comment > img {
     max-width: 100%;
     max-width: 100%;
     max-height: 100px;
     max-height: 0px;
     visibility: hidden;
     visibility: hidden;
}
}
.c-comment > .mw-parser-output > p > img {
.c-comment > .mw-parser-output > p > img {
     max-width: 100%;
     max-width: 100%;
     max-height: 100px;
     max-height: 0px;
     visibility: hidden;
     visibility: hidden;
}
}
trusted
5,894

edits