]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - resources/src/oojs-ui-local.css
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / resources / src / oojs-ui-local.css
diff --git a/resources/src/oojs-ui-local.css b/resources/src/oojs-ui-local.css
new file mode 100644 (file)
index 0000000..57e0d8d
--- /dev/null
@@ -0,0 +1,6 @@
+/* HACK: Set sane font-size for OOjs UI dialogs, in the most common case. This should be skin's
+   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: 0.8rem;
+}