Skip to content

Commit

Permalink
Add IPython notebook css
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Mar 3, 2015
1 parent fdc0445 commit 73bb0a4
Show file tree
Hide file tree
Showing 2 changed files with 7,588 additions and 0 deletions.
1 change: 1 addition & 0 deletions msmb_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<script type="text/javascript" src="_static/js/theme.js"></script>
{% endif %}

<link rel="stylesheet" href="{{ pathto('_static/css/notebook-qual.css', 1) }}" type="text/css" />
{% for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
{% endfor %}
Expand Down
Loading

0 comments on commit 73bb0a4

Please sign in to comment.