runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
620 stars 62 forks source link

page break not working as expected #136

Closed shiffman closed 11 years ago

shiffman commented 11 years ago

Getting funny results with:

h2 {
    font-family: "Proxima-Nova-Regular"
    page-break-before:always;
    font-size: 38pt;
    margin-top: 3.5em;
    margin-bottom: 0.3em;
    color: #202020;
}

and

Chapter 1.  One
---------------

There should be a page break after this.

Chapter 2.  Two
---------------

Here is some text

There should be a page break after this

Chapter 3.  Three
------------------
shiffman commented 11 years ago

Never mind, a lot of explanation to describe a problem that was due to a typo. Closing!