mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.monobook.css
mdew192837 d665c03e0a 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.

Bug: T166231
Change-Id: I2115688fee75145349e062b9586713a56541afa0
2017-08-09 10:49:24 -05:00

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;
}