##// END OF EJS Templates
Fixing the path again.
damianavila -
Show More
@@ -84,7 +84,7 b' class CSSHtmlHeaderTransformer(ActivatableTransformer):'
84 84
85 85 #Construct path to iPy CSS
86 86 sheet_filename = os.path.join(path.get_ipython_package_dir(),
87 'html', 'notebook', 'static', 'style', 'style.min.css')
87 'html', 'static', 'style', 'style.min.css')
88 88
89 89 #Load style CSS file.
90 90 try:
General Comments 0
You need to be logged in to leave comments. Login now