File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unpacked/jax/output/CommonHTML Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Implements the CommonHTML OutputJax that displays mathematics
9
9
* using HTML and CSS to position the characters from math fonts
10
10
* in their proper locations. Unlike the HTML-CSS output jax,
11
- * this HTML is browswer and OS independent.
11
+ * this HTML is browser and OS independent.
12
12
*
13
13
* ---------------------------------------------------------------------
14
14
*
195
195
border : "1px solid black" ,
196
196
"box-shadow" : "2px 2px 5px #AAAAAA" , // Opera 10.5
197
197
"-webkit-box-shadow" : "2px 2px 5px #AAAAAA" , // Safari 3 and Chrome
198
- "-moz-box-shadow" : "2px 2px 5px #AAAAAA" , // Forefox 3.5
198
+ "-moz-box-shadow" : "2px 2px 5px #AAAAAA" , // Firefox 3.5
199
199
"-khtml-box-shadow" : "2px 2px 5px #AAAAAA" , // Konqueror
200
200
padding : "3px 4px" ,
201
201
"z-index" : 401 ,
You can’t perform that action at this time.
0 commit comments