Skip to content

Instantly share code, notes, and snippets.

@nacyot
Last active March 31, 2016 22:08
Show Gist options
  • Save nacyot/7a813d8f56ef2bb25ee8fefd18d898c8 to your computer and use it in GitHub Desktop.
Save nacyot/7a813d8f56ef2bb25ee8fefd18d898c8 to your computer and use it in GitHub Desktop.
div#notebook{
background-color: white;
}
#notebook-container{
width: 99%;
}
div.code_cell{
flex-direction: row;
}
div.text_cell{
flex-direction: column;
}
div.input{
flex-direction: column;
padding: 0.2em;
width: 60%;
}
div.input_prompt{
text-align: left;
}
div.output_wrapper{
margin-left: 2%;
padding: 0.2em;
width: 40%;
}
div.output_area{
flex-direction: column;
min-height: 5em;
width: 100%;
}
div.output_prompt{
text-align: left;
}
div.output_subarea{
max-width: 100%;
}
.ouput{
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment