Skip to content

Commit

Permalink
Merge pull request ipython#191 from damianavila/flatten
Browse files Browse the repository at this point in the history
Change the css path after the flattening of the frontend dir in IPython
  • Loading branch information
minrk committed Jun 28, 2013
2 parents 1bef247 + c8c2d9a commit 6809ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbconvert/transformers/csshtmlheader.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def _regen_header(self):
header = []

#Construct path to iPy CSS
sheet_filename = os.path.join(path.get_ipython_package_dir(), 'frontend',
'html', 'notebook', 'static', 'style', 'style.min.css')
sheet_filename = os.path.join(path.get_ipython_package_dir(),
'html', 'static', 'style', 'style.min.css')

#Load style CSS file.
try:
Expand Down

0 comments on commit 6809ca5

Please sign in to comment.