Shrink space, make exponents look more reasonable

Test Plan:
$x' x^2$
This commit is contained in:
Ben Alpert 2014-01-13 22:57:50 -08:00
parent 538beaf737
commit fb58ceaea0

View File

@ -181,7 +181,7 @@ big parens
// The rendering of $y'$, for example, looks bad without this.
// TODO(alpert): Obviously incorrect. Figure out the proper fix here.
margin-left: 0.1em;
margin-left: 0.05em;
.msup,
.msub {