www

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

commit e239f6cc84590744b8e26fd394d97b9c5b822674
parent 0f6530096b31483d7b1e20133c27b417e768dd6c
Author: Emily Eisenberg <xymostech@gmail.com>
Date:   Wed,  8 Apr 2015 17:14:33 -0700

Merge pull request #218 from TBRSS/master

Protect elements inside .katex from inheriting text-indent.
Diffstat:
Mstatic/katex.less | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/static/katex.less b/static/katex.less @@ -15,6 +15,9 @@ line-height: 1.2; white-space: nowrap; + // Protect elements inside .katex from inheriting text-indent. + text-indent: 0; + .katex-html { // Making .katex inline-block allows line breaks before and after, // which is undesireable ("to $x$,"). Instead, adjust the .katex-html