Commit 8665177eca771518449c0e35f4ac11555a128501
1 parent
1b21cac6
Exists in
split_screen
Split screen css link to base html
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
colab/templates/base.html
@@ -46,6 +46,11 @@ | @@ -46,6 +46,11 @@ | ||
46 | <link rel="stylesheet" href="{% static 'css/screen.css' %}" | 46 | <link rel="stylesheet" href="{% static 'css/screen.css' %}" |
47 | type="text/css" media="screen" /> | 47 | type="text/css" media="screen" /> |
48 | 48 | ||
49 | + <link rel="stylesheet" href="{% static 'css/header.css' %}" | ||
50 | + type="text/css" media="screen" /> | ||
51 | + | ||
52 | + <link rel="stylesheet" href="{% static 'css/footer.css' %}" | ||
53 | + type="text/css" media="screen" /> | ||
49 | {% endblock %} | 54 | {% endblock %} |
50 | </head> | 55 | </head> |
51 | 56 |