From: physikerwelt Date: Sat, 31 Oct 2015 09:55:26 +0000 (+0100) Subject: Move Math specific CSS from core to extension X-Git-Tag: 1.31.0-rc.0~9033^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=ed6caa7ac164a471a2ee9c7fb26423c04d60d4ba;p=lhc%2Fweb%2Fwiklou.git Move Math specific CSS from core to extension Depends on I3775980916de12aef23bac85c38a6f92253aa479 in extension Math. Bug: T110492 Change-Id: If6a4ca34a54c451cdb10d011ffd806a34cbccd2c --- diff --git a/resources/src/mediawiki.legacy/commonPrint.css b/resources/src/mediawiki.legacy/commonPrint.css index 8807616eba..ce565e0066 100644 --- a/resources/src/mediawiki.legacy/commonPrint.css +++ b/resources/src/mediawiki.legacy/commonPrint.css @@ -153,11 +153,6 @@ img { vertical-align: middle; } -/* math */ -span.texhtml { - font-family: serif; -} - /** * Links */ diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 59f559271c..07d9780e2e 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -121,20 +121,6 @@ span.comment { font-style: italic; } -/* Math */ -.texvc { - direction: ltr; - unicode-bidi: embed; -} - -img.tex { - vertical-align: middle; -} - -span.texhtml { - font-family: serif; -} - /** * Add a bit of margin space between the preview and the toolbar. * This replaces the ugly


we used to insert into the page source