Skip to content

Commit

Permalink
CSS: fix for cloud theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 24, 2015
1 parent aa2471e commit 39a96b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@
box-shadow: none;
}
/* remove negative margin from cloud theme */
div.nbinput div[class|="highlight"],
div.nboutput div[class|="highlight"] {
margin: 0;
}
/* input/output containers */
div.nbinput,
div.nboutput {
Expand Down

0 comments on commit 39a96b5

Please sign in to comment.