From: Roan Kattouw Date: Wed, 9 Aug 2017 15:15:45 +0000 (-0400) Subject: oojs-ui-local.css: Remove old browser fallback for rem X-Git-Tag: 1.31.0-rc.0~2442 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=cfead3327fca9f5d6542857e9c63509adfd76275;p=lhc%2Fweb%2Fwiklou.git oojs-ui-local.css: Remove old browser fallback for rem rem is supported by all Grade A browsers, and WindowManager styling is only relevant in those browsers (since other browsers don't execute JS). Change-Id: Ic8995b3fc74a395918288cec013c8787c6974f58 --- diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css index ab780fed90..57e0d8d8c6 100644 --- a/resources/src/oojs-ui-local.css +++ b/resources/src/oojs-ui-local.css @@ -2,6 +2,5 @@ responsibility, but alas our skins tend to have the weirdest font-sizes on body. This shall be removed when we make the MediaWiki skins bundled with tarball sane. (T91152) */ body > .oo-ui-windowManager { - font-size: 12.8px; font-size: 0.8rem; }