Add text-indent:0 to SVG and HTML-CSS output. Resolves issue #473.

This commit is contained in:
Davide P. Cervone 2014-02-13 14:29:38 -05:00
parent 126bd1c373
commit a3fd08bb7a
2 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@
".MathJax_Display": { ".MathJax_Display": {
position: "relative", position: "relative",
display: "block!important", display: "block!important",
"text-indent": 0,
"max-width": "none", "max-height": "none", "max-width": "none", "max-height": "none",
"min-width": 0, "min-height": 0, "min-width": 0, "min-height": 0,
width: "100%" width: "100%"

View File

@ -60,6 +60,7 @@
".MathJax_SVG_Display": { ".MathJax_SVG_Display": {
position: "relative", position: "relative",
display: "block!important", display: "block!important",
"text-indent": 0,
"max-width": "none", "max-height": "none", "max-width": "none", "max-height": "none",
"min-width": 0, "min-height": 0, "min-width": 0, "min-height": 0,
width: "100%" width: "100%"