From 6b30663057d9be5db6e271954e59528bfe34b2a6 Mon Sep 17 00:00:00 2001 From: physikerwelt Date: Sat, 31 Oct 2015 10:40:31 +0100 Subject: [PATCH] Move Math specific CSS from core to extension Bug: T110492 Change-Id: I3775980916de12aef23bac85c38a6f92253aa479 --- modules/ext.math.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ext.math.css b/modules/ext.math.css index 14f30ec..36e3452 100644 --- a/modules/ext.math.css +++ b/modules/ext.math.css @@ -57,3 +57,8 @@ generated by Mathoid. See https://gerrit.wikimedia.org/r/#/c/166213/ */ .mwe-math-mathml-inline + .mwe-math-fallback-image-inline, .mwe-math-mathml-display + .mwe-math-fallback-image-display { display: none !important; } } + +/* PNG related styles from core */ +img.tex { + vertical-align: middle; +}