* Fix \vec

In accent \vec, replace the combining font glyph with an SVG.

* Fix lint error

* update screenshots containing vectors

* update HorizontalBraces
This commit is contained in:
Ron Kok
2017-12-17 21:05:21 -08:00
committed by Kevin Barabash
parent 50765a0ccd
commit 4410d48d5c
12 changed files with 52 additions and 15 deletions

View File

@@ -558,19 +558,16 @@
width: 0;
}
.accent-body.accent-vec > span {
position: relative;
// This value is half of the value that the MathJax's makeFF shifts
// it left. We center it by shifting it half way right again.
left: 0.326em;
}
.accent-body.accent-hungarian > span {
position: relative;
left: 0.250em; // width of space
}
}
.overlay {
display: block;
}
.mtable {
.vertical-separator {
display: inline-block;