##// END OF EJS Templates
Adding space between paragraphs in rendered html in the notebook.
Brian Granger -
Show More
@@ -57,3 +57,7 b''
57 border: 1px solid black;
57 border: 1px solid black;
58 }
58 }
59
59
60 .rendered_html p + p {
61 margin-top: 1em;
62 }
63
General Comments 0
You need to be logged in to leave comments. Login now