Linear energy transfer: Difference between revisions
Jump to navigation
Jump to search
en>Monkbot |
en>Drpickem m Corrected one misspelling of 'Washington' |
||
Line 1: | Line 1: | ||
/* By default, MathML is exposed to accessibility tools and displayed in Gecko | |||
browsers. You can force visual rendering with the following style: */ | |||
: | .mwe-math-mathml-a11y { | ||
clip: auto; | |||
overflow: visible; | |||
position: static; | |||
: | width: auto; | ||
height: auto; | |||
: | opacity: 1; | ||
} | |||
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { | |||
display: none !important; | |||
} | |||
Revision as of 17:07, 11 February 2014
/* By default, MathML is exposed to accessibility tools and displayed in Gecko
browsers. You can force visual rendering with the following style: */
.mwe-math-mathml-a11y {
clip: auto;
overflow: visible;
position: static;
width: auto;
height: auto;
opacity: 1;
}
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
display: none !important;
}