MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mwe-math-mathml-a11y { clip: auto !important; overflow: visible !important; position: static !important; w...") |
(No difference)
|
Revision as of 15:14, 6 January 2022
/* CSS placed here will be applied to all skins */
.mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}