From 74e4c3733d3a73da715c9c79cd18892f28685fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Sat, 11 Oct 2014 21:21:46 +0200 Subject: [PATCH] (Experimental) Fix centering of SVG image in display mode. Change-Id: I7d5ec171c39b2eec563e074a4062b3e3682790f7 --- modules/ext.math.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ext.math.css b/modules/ext.math.css index 814021a..68574f5 100644 --- a/modules/ext.math.css +++ b/modules/ext.math.css @@ -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; }