Adding space between paragraphs in rendered html in the notebook.

Brian Granger 15 years ago
parent ba96d936ca
commit a6c9123018

@ -57,3 +57,7 @@
border: 1px solid black;
}
.rendered_html p + p {
margin-top: 1em;
}

Loading…
Cancel
Save