remove duplicate css rule that confuses IE
Change-Id: I7d064a5e4d4f0551ddc5f5b10ec2830e458cf0cf Reviewed-on: https://gerrit.instructure.com/3690 Reviewed-by: Jon Jensen <jon@instructure.com> Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
parent
9758cdca0c
commit
a09cba4f63
|
@ -8,15 +8,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: Symbola;
|
||||
src: url(font/Symbola.eot);
|
||||
src: local("Symbola Regular"), local("Symbola"),
|
||||
url(font/Symbola.ttf) format("truetype"),
|
||||
url(font/Symbola.otf) format("opentype"),
|
||||
url(font/Symbola.svg#webfont7MzkO3xs) format("svg");
|
||||
}
|
||||
|
||||
.mathquill-editable, .mathquill-embedded-latex .mathquill-editable {
|
||||
display: -moz-inline-box;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue