2014-03-17 06:14:02 +00:00
|
|
|
/*
|
|
|
|
Document : ext.math
|
|
|
|
Created on : 23.09.2013, 13:55:00
|
|
|
|
Author : Physikerwelt (Moritz Schubotz)
|
|
|
|
Description:
|
|
|
|
Shows browser-dependent math output.
|
|
|
|
*/
|
|
|
|
|
2014-06-05 21:06:43 +00:00
|
|
|
.mwe-math-mathml-inline { display: none;}
|
|
|
|
.mwe-math-mathml-display { display: none ;}
|
2014-03-17 06:14:02 +00:00
|
|
|
.mwe-math-fallback-png-inline { display: inline; vertical-align: middle}
|
|
|
|
.mwe-math-fallback-png-display { display: block; margin-left: auto; margin-right: auto;}
|
|
|
|
.mwe-math-fallback-source-inline { display: inline; vertical-align: middle}
|
2014-06-05 21:06:43 +00:00
|
|
|
.mwe-math-fallback-source-display { display: block; margin-left: auto; margin-right: auto;}
|
|
|
|
|
|
|
|
|
|
|
|
@-moz-document url-prefix() {
|
|
|
|
.mwe-math-mathml-inline { display: inline !important; }
|
|
|
|
.mwe-math-mathml-display { display: block !important; margin:auto!important;}
|
|
|
|
}
|