This website works better with JavaScript.
Explore
Help
Sign In
p2yq6ufca
/
monkeyking
Watch
2
Star
0
Fork
You've already forked monkeyking
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Adding space between paragraphs in rendered html in the notebook.
Browse Source
Brian Granger
15 years ago
parent
ba96d936ca
commit
a6c9123018
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
IPython/frontend/html/notebook/static/css/renderedhtml.css
Unescape
Escape
View File
@ -57,3 +57,7 @@
border
:
1px
solid
black
;
}
.
rendered_html
p
+
p
{
margin-top
:
1em
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
p2yq6ufca/monkeyking
Title
Body
Create Issue