MediaWiki:Common.css: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
display: none !important; | display: none !important; | ||
}*/ | }*/ | ||
.no-pagination .dataTables_length { | |||
display: none; | |||
} |
Revision as of 14:13, 29 October 2024
/* CSS placed here will be applied to all skins */
.test-formula .mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
}
.test-mathml {
display: none !important;
}
/*.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}*/
.no-pagination .dataTables_length {
display: none;
}