Skip to content

Instantly share code, notes, and snippets.

@gabraganca
Forked from olgabot/gist:7275083
Created November 2, 2013 07:07
Show Gist options
  • Save gabraganca/7276396 to your computer and use it in GitHub Desktop.
Save gabraganca/7276396 to your computer and use it in GitHub Desktop.
/**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