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

@ -227,6 +227,10 @@
"text-decoration": "none"
},
".MathJax nobr": {
"white-space": "no-wrap"
},
".MathJax_Processing": {
visibility: "hidden", position:"fixed",
width: 0, height: 0, overflow:"hidden"