mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.noscript.css
Ed Sanders 7b463c52eb Replace csslint with stylelint and make a pass
Change-Id: I7f3d1cd867399fa23b087daa89970ebe305c46d9
2016-06-30 21:21:28 +01:00

6 lines
171 B
CSS

/* stylelint-disable selector-no-id */
/* TODO: No need to use IDs, they should be replaced with classes */
.client-nojs #mw-revision-slider-container {
display: none;
}