mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2025-01-07 11:24:16 +00:00
8 lines
320 B
CSS
8 lines
320 B
CSS
|
/* HACK: Monobook 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;
|
||
|
}
|