Add CSS to enforce NOBR default white-space (fixes issue #29)

This commit is contained in:
Davide P. Cervone 2010-12-31 20:44:39 -05:00
parent 58ce73bfd8
commit eead123143
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -226,6 +226,10 @@
"vertical-align": 0, "line-height": "normal",
"text-decoration": "none"
},
".MathJax nobr": {
"white-space": "no-wrap"
},
".MathJax_Processing": {
visibility: "hidden", position:"fixed",