MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Removed after feedback 2023-10-05: font-size: 150%; */ | |||
.mwe-math-mathml-a11y { | .mwe-math-mathml-a11y { | ||
clip: auto !important; | clip: auto !important; | ||
| Line 8: | Line 9: | ||
height: auto !important; | height: auto !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
} | } | ||
.mwe-math-fallback-image-inline, | .mwe-math-fallback-image-inline, | ||
Revision as of 06:43, 5 October 2023
/* CSS placed here will be applied to all skins */
/* Removed after feedback 2023-10-05: font-size: 150%; */
.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;
}