nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css for equation "pairs"

shiffman opened this issue · comments

I'm currently doing:

<p>
<span data-type="equation"></span><br/>
<span data-type="equation"></span>
</p>

Better:

<div class="narrow">
<div data-type="equation"></div>
<div data-type="equation"></div>
</div>

screen shot 2016-07-01 at 7 46 12 pm

There are likely some other CSS math issues / things that will come up. I'll file issues for those separately. @alterebro All of the Math equation CSS is coming from magicbook-katex but there are some bugs and things we'll have to fix. We should add our own CSS for that in _math.scss.