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