Move Math specific CSS from core to extension

Bug: T110492
Change-Id: I3775980916de12aef23bac85c38a6f92253aa479
This commit is contained in:
physikerwelt 2015-10-31 10:40:31 +01:00 committed by Physikerwelt
parent 2548c12e49
commit 6b30663057
1 changed files with 5 additions and 0 deletions

View File

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