www

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

commit 7f864b11be9322408db4bf66a692a20bc2a3374b
parent 32c2d9b9fcb8550b5b01204668d26846a109b2f4
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 18 Dec 2015 05:51:51 -0500

Merge branch 'issue1338' into develop.  Issue #1338.

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 4++--
Munpacked/jax/output/HTML-CSS/jax.js | 5++---
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -68,8 +68,8 @@ "margin": "1em 0", padding: 0 }, - ".mjx-chtml[tabindex]:focus, *:focus .mjx-chtml[tabindex]": { - display: "inline-table" // see issue #1282 + ".mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex]": { + display: "inline-table" // see issues #1282 and #1338 }, ".mjx-math": { diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -266,9 +266,8 @@ }, // Focus elements for keyboard tabbing. - ".MathJax:focus, *:focus .MathJax": { - display:"inline-table", // see issue #1282 - "border-spacing":"3px", margin:"-3px" + ".MathJax:focus, body :focus .MathJax": { + display:"inline-table" // see issues #1282 and #1338 }, ".MathJax_Display": {