www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ff970b8af05f08716f0c78ce354f91cc8d6b2c35
parent 670f5809f881c283cfdba3d9363d7b9f974a5cc3
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 19 Sep 2014 10:46:15 -0400

Add fake content so that the size of the box will be normalized for text.  This may have to be fixed in the future if the space causes problems (perhaps a zero-width space would be better).

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -77,6 +77,7 @@ }, ".MJXc-math span": {"display": "inline-block"}, ".MJXc-box": {"display":"block!important", "text-align": "center"}, + ".MJXc-box:after": {"content": '" "'}, // needed for when there is no DOCTYPE ".MJXc-rule": {"display":"block!important", "margin-top":".1em"}, ".MJXc-char": {"display":"block!important"},