mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.noscript.css
Ed Sanders a5f36af0f3 Prefix all classes and IDs with mw-revslider
Bug: T139105
Change-Id: Ia92396ec4f8acea39398173c81842d66257dc519
2016-07-01 11:27:23 +01:00

6 lines
165 B
CSS

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