##// END OF EJS Templates
Fixed to work with new ipython css.
Fixed to work with new ipython css.

File last commit:

r7913:9203caef
r9561:9d59d16d
Show More
static_html.css
10 lines | 136 B | text/css | CssLexer
/* Overrides of notebook CSS for static HTML export
*/
body {
overflow: visible;
padding: 8px;
}
.input_area {
padding: 0.4em;
}