www

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

commit fb58ceaea0d860fd5c08d7e9ceb5fe6348f1aab6
parent 538beaf73749e8ae72f6c38e266a7aa79317f69f
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date:   Mon, 13 Jan 2014 22:57:50 -0800

Shrink space, make exponents look more reasonable

Test Plan:
$x' x^2$

Diffstat:
Mstatic/katex.less | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/katex.less b/static/katex.less @@ -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 {