mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
(Experimental) Fix centering of SVG image in display mode.
Change-Id: I7d5ec171c39b2eec563e074a4062b3e3682790f7
This commit is contained in:
parent
ee479e8e68
commit
74e4c3733d
|
@ -35,7 +35,7 @@ m|math {
|
|||
|
||||
/* Default style for the SVG fallback. */
|
||||
img.mwe-math-fallback-svg-inline { display: inline; }
|
||||
img.mwe-math-fallback-svg-display { display: block; margin-left: auto; margin-right: auto; }
|
||||
img.mwe-math-fallback-svg-display { display: block; margin-left: auto !important; margin-right: auto !important; }
|
||||
|
||||
/* Default style for the PNG fallback. */
|
||||
img.mwe-math-fallback-png-inline { display: inline; vertical-align: middle; }
|
||||
|
|
Loading…
Reference in a new issue