PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
266 stars 208 forks source link

sage input CSS needs a margin-bottom #396

Closed Alex-Jordan closed 8 years ago

Alex-Jordan commented 8 years ago

Minor issue, but this still seems like the right way to report it.

See Sage cells at http://mathbook.pugetsound.edu/examples/sample-article/html/section-sage-cells.html.

After the Evaluate button, the next lines start too soon. Some vertical spacing, likely via margin-bottom on the Sage input class would look better.

davidfarmer commented 8 years ago

I'd hardly call poor spacing a minor issue!

Fixed.

The reason for this is interesting. I was working on the L along the left side of examples, and was having layout problems which I traced to the Sage Cell code inserting a < br >. So I submitted an issue and Andrey fixed it. But now that means we need CSS to put in extra space (in viturally every place except the one new place where I didn't want it).

On Sun, 18 Sep 2016, Alex Jordan wrote:

Minor issue, but this still seems like the right way to report it.

See Sage cells at http://mathbook.pugetsound.edu/examples/sample-article/html/section-sage-cells.html.

After the Evaluate button, the next lines start too soon. Some vertical spacing, likely via margin-bottom on the Sage input class would look better.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.[AAM6LA9LdU2lJ7wRc3M5eouiyUR3ax3zks5qriyLgaJpZM4KAK_H.gif]

Alex-Jordan commented 8 years ago

Looks good, thanks David. I'll close the issue.