Skip to content

Commit

Permalink
output cell tweaks (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 6, 2020
1 parent b64cc30 commit 2a16f23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions myst_nb/_static/mystnb.css
Expand Up @@ -35,6 +35,7 @@ div.cell_input > div, div.cell_output div.output > div.highlight {
padding-left: 1em;
padding-right: 0em;
margin-bottom: 1em;
margin-top: 1em;
}

/* Outputs from jupyter_sphinx overrides to remove extra CSS */
Expand Down Expand Up @@ -80,8 +81,6 @@ div.cell_output table {
color: black;
font-size: 1em;
table-layout: fixed;
margin-left:auto;
margin-right:auto;
}
div.cell_output thead {
border-bottom: 1px solid black;
Expand Down

0 comments on commit 2a16f23

Please sign in to comment.