Move Math specific CSS from core to extension
authorphysikerwelt <wiki@physikerwelt.de>
Sat, 31 Oct 2015 09:55:26 +0000 (10:55 +0100)
committerPhysikerwelt <wiki@physikerwelt.de>
Tue, 10 Nov 2015 12:56:51 +0000 (12:56 +0000)
Depends on I3775980916de12aef23bac85c38a6f92253aa479
in extension Math.

Bug: T110492
Change-Id: If6a4ca34a54c451cdb10d011ffd806a34cbccd2c

resources/src/mediawiki.legacy/commonPrint.css
resources/src/mediawiki.legacy/shared.css

index 8807616..ce565e0 100644 (file)
@@ -153,11 +153,6 @@ img {
        vertical-align: middle;
 }
 
-/* math */
-span.texhtml {
-       font-family: serif;
-}
-
 /**
  * Links
  */
index 59f5592..07d9780 100644 (file)
@@ -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 <p><br /></p> we used to insert into the page source