commit cbb5547af143a6fc7cb750be08c1270ce01a6393
parent 5c333a8b4777dff5dbb55d77e72b2a85406c558d
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 4 Aug 2015 11:21:03 -0400
Don't collapse borders for tables (this caused actual border rules to disappear when changing sizes in Firefox). See also issue #1095.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js
@@ -62,8 +62,9 @@
},
"mjx-math": {
- "display": "inline-block",
- "border-collapse":"collapse"
+ "display": "inline-block",
+ "border-collapse": "separate",
+ "border-spacing": 0,
},
"mjx-math *": {display:"inline-block", "text-align":"left"},