Skip to content

Instantly share code, notes, and snippets.

@olgabot
Created November 2, 2013 03:14
Show Gist options
  • Save olgabot/7275083 to your computer and use it in GitHub Desktop.
Save olgabot/7275083 to your computer and use it in GitHub Desktop.
This is my custom.css file in: ~/.ipython/profile_customcss/static/css/custom.css
/**write your css in here**/
/* like */
<style>
.CodeMirror{
font-family: "Consolas", sans-serif;
}
pre, code, kbd, samp {
font-family: Consolas, monospace;
}
div.input{
width: 105ex;
}
div.text_cell{
width: 105ex;
}
div.text_cell_render{
width: 105ex;
}
div.cell{
max-width:750px;
margin-left:auto;
margin-right:auto;
}
h1 {
text-align:left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment