Add padding to MathJax display environments.

The last half line or so for display enviorments was cut off.
This commit is contained in:
Shawn O'Hare 2016-02-20 12:12:33 -08:00
parent 363c1d6497
commit 5f979a7c27

View file

@ -68,11 +68,11 @@ header.brand hr {
} }
nav.menu ul { nav.menu ul {
list-style: none; list-style: none;
display: block; display: block;
/*text-align:center;*/ /*text-align:center;*/
margin-top: 0.75rem; margin-top: 0.75rem;
padding: 0; padding: 0;
max-width: 45rem; max-width: 45rem;
/* Width is the same as tufte.css body */ /* Width is the same as tufte.css body */
font-size: .9rem; font-size: .9rem;
@ -278,7 +278,8 @@ details[open] summary {
font-size: 100%; font-size: 100%;
background: inherit; background: inherit;
border: inherit; border: inherit;
max-width: 45rem; padding-bottom: 1rem;
/* max-width: 45rem; */
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
} }