mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-16 12:00:12 +00:00
8 lines
318 B
CSS
8 lines
318 B
CSS
|
/* HACK: Modern uses x-small and a globalWrapper to make everything
|
||
|
inside of it appear normal. However, the revslider-tooltips are
|
||
|
not inside this globalWrapper, and thus need a separate CSS rule.
|
||
|
Once this issue is fixed, this rule can be removed. (T166231) */
|
||
|
.mw-revslider-tooltip {
|
||
|
font-size: 0.8rem;
|
||
|
}
|