summaryrefslogtreecommitdiffstats
path: root/mathjaxandroid
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-12 18:36:05 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-12 18:36:05 +0100
commitcd40704d0fd222d3663e712289d27d06d26bfa2a (patch)
tree1fbce5832676d8baecd954909d85b3db75bedf2c /mathjaxandroid
parentac9eb643684ec3369525588fd97e233f1348e81f (diff)
force left alignment with maths
Diffstat (limited to 'mathjaxandroid')
-rw-r--r--mathjaxandroid/src/main/assets/MathJaxAndroid/mathjax_android.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathjaxandroid/src/main/assets/MathJaxAndroid/mathjax_android.html b/mathjaxandroid/src/main/assets/MathJaxAndroid/mathjax_android.html
index 4369d0e1d..b0d685ea8 100644
--- a/mathjaxandroid/src/main/assets/MathJaxAndroid/mathjax_android.html
+++ b/mathjaxandroid/src/main/assets/MathJaxAndroid/mathjax_android.html
@@ -69,7 +69,7 @@
</script>
-<div style="text-align: center;">
+<div style="text-align: left;">
<span id='math'></span>
</div>
</body>