Last active
March 31, 2016 22:08
-
-
Save nacyot/7a813d8f56ef2bb25ee8fefd18d898c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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