##// END OF EJS Templates
use new css with old nbconvert html
Matthias BUSSONNIER -
Show More
@@ -85,9 +85,7 b' class ConverterHTML(Converter):'
85 85 # 'jquery-ui.min.css'),
86 86 # os.path.join(static, 'prettify', 'prettify.css'),
87 87 os.path.join(css, 'boilerplate.css'),
88 os.path.join(css, 'fbm.css'),
89 os.path.join(css, 'notebook.css'),
90 os.path.join(css, 'renderedhtml.css'),
88 os.path.join(css, 'style.min.css'),
91 89 # our overrides:
92 90 os.path.join(here, '..', 'css', 'static_html.css'),
93 91 ]:
General Comments 0
You need to be logged in to leave comments. Login now