Skip to content

Instantly share code, notes, and snippets.

@frankcleary
Last active September 4, 2023 19:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save frankcleary/456c4c5f43cb6fa83b5f to your computer and use it in GitHub Desktop.
Save frankcleary/456c4c5f43cb6fa83b5f to your computer and use it in GitHub Desktop.
div#notebook{
margin-top:50px;
margin-bottom:100px;
}
div.cell{
max-width:60em;
margin-left:auto;
margin-right:auto;
}
div.input_prompt, div.output_prompt{
margin-left:-11ex;
}
div.input, div.output_wrapper{
margin-top:1em;
margin-bottom:1em;
}
div.text_cell{
margin-top:-2px;
margin-bottom:-2px;
padding-top:2px;
padding-bottom:2px;
border-left:2px solid #505050;
border-collapse:collapse;
border-top:none;
border-bottom:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment