Skip to content

Commit b0e6c90

Browse files
committed
move sequential cells up on y-axis
1 parent 06369f9 commit b0e6c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ div.jupyter_container * {
101101
.jupyter_container .output .highlight {
102102
background-color: #ffffff;
103103
}
104+
/* combine sequential jupyter cells,
105+
by moving sequential ones up higher on y-axis */
106+
div.jupyter_container + div.jupyter_container {
107+
margin: -.5em 0 .4em 0;
108+
}

0 commit comments

Comments
 (0)