Skip to content

Commit f415428

Browse files
authored
Merge pull request #359 from possiblyMikeB/possiblyMikeB-patch-1
Update style-sheet links to reflect those from `jupyter-server`
2 parents 609e943 + 16e344d commit f415428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nbgitpuller/templates/page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta charset="utf-8">
66
<title>{% block title %}Jupyter Server{% endblock %}</title>
77
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{ static_url("favicon.ico") }}">{% endblock %}
8-
<link rel="stylesheet" href="{{static_url("style/style.min.css") }}" />
8+
<link rel="stylesheet" href="{{static_url("style/bootstrap.min.css") }}" />
9+
<link rel="stylesheet" href="{{static_url("style/bootstrap-theme.min.css") }}" />
10+
<link rel="stylesheet" href="{{static_url("style/index.css") }}" />
911
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1012
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1113

0 commit comments

Comments
 (0)