oojs-ui-local.css: Remove old browser fallback for rem
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 9 Aug 2017 15:15:45 +0000 (11:15 -0400)
committerRoan Kattouw <roan.kattouw@gmail.com>
Wed, 9 Aug 2017 15:15:45 +0000 (11:15 -0400)
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

resources/src/oojs-ui-local.css

index ab780fe..57e0d8d 100644 (file)
@@ -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;
 }