www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 538beaf73749e8ae72f6c38e266a7aa79317f69f
parent 1dee172e5dbb1b9b61960fd8201ed769a62e0490
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date:   Mon, 13 Jan 2014 19:09:14 -0800

Add hacky left margin to superscripts

Auditors: emily, eater

Diffstat:
Mstatic/katex.less | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/katex.less b/static/katex.less @@ -179,6 +179,10 @@ big parens .baseline-align-hack-outer; text-align: left; + // The rendering of $y'$, for example, looks bad without this. + // TODO(alpert): Obviously incorrect. Figure out the proper fix here. + margin-left: 0.1em; + .msup, .msub { .baseline-align-hack-middle;