Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'issue1338' into develop. Issue mathjax#1338.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Dec 18, 2015
2 parents 32c2d9b + e7c11c9 commit 7f864b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions unpacked/jax/output/CommonHTML/jax.js
Expand Up @@ -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": {
Expand Down
5 changes: 2 additions & 3 deletions unpacked/jax/output/HTML-CSS/jax.js
Expand Up @@ -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": {
Expand Down

0 comments on commit 7f864b1

Please sign in to comment.