Skip to content

Commit d969b71

Browse files
committed
Merge pull request #5 from msmbuilder/notebook
Add IPython notebook css file
2 parents fdc0445 + 73bb0a4 commit d969b71

File tree

2 files changed

+7588
-0
lines changed

2 files changed

+7588
-0
lines changed

msmb_theme/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<script type="text/javascript" src="_static/js/theme.js"></script>
5454
{% endif %}
5555

56+
<link rel="stylesheet" href="{{ pathto('_static/css/notebook-qual.css', 1) }}" type="text/css" />
5657
{% for cssfile in css_files %}
5758
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
5859
{% endfor %}

0 commit comments

Comments
 (0)