##// END OF EJS Templates
Merge pull request #191 from damianavila/flatten...
Min RK -
r11045:6809ca5c merge
parent child Browse files
Show More
@@ -83,8 +83,8 b' class CSSHtmlHeaderTransformer(ActivatableTransformer):'
83 header = []
83 header = []
84
84
85 #Construct path to iPy CSS
85 #Construct path to iPy CSS
86 sheet_filename = os.path.join(path.get_ipython_package_dir(), 'frontend',
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 #Load style CSS file.
89 #Load style CSS file.
90 try:
90 try:
General Comments 0
You need to be logged in to leave comments. Login now