app/assets/stylesheets/mathquill.css.scss in mathquill_swiftcalcs_rails-0.9.3.112 vs app/assets/stylesheets/mathquill.css.scss in mathquill_swiftcalcs_rails-0.9.3.113

- old
+ new

@@ -200,10 +200,14 @@ } .mq-math-mode .mq-supsub .mq-sub { display: block; float: left; } +.mq-math-mode .mq-supsub .mq-sub span { + font-family: "Times New Roman", Symbola, serif; + font-style: italic; +} .mq-math-mode .mq-supsub.mq-limit .mq-sub { margin-left: -0.25em; } .mq-math-mode .mq-supsub .mq-binary-operator { padding: 0 .1em; @@ -265,19 +269,14 @@ border: 1px solid transparent; } .mq-math-mode .mq-matrix > span.mq-row > span.mq-cell.mq-empty { border-color: rgba(0, 0, 0, 0.1); } -.mq-math-mode .mq-operator-name { +.mq-math-mode span.mq-operator-name var, +.mq-math-mode span.mq-operator-name span { font-family: Symbola, "Times New Roman", serif; line-height: .9; font-style: normal; -} -.mq-math-mode var.mq-operator-name.mq-first { - padding-left: .2em; -} -.mq-math-mode var.mq-operator-name.mq-last { - padding-right: .2em; } .mq-math-mode .mq-fraction { font-size: 90%; text-align: center; vertical-align: -0.5em;