Commit 225de8d2434f337bf65d03e8019e2988bda0c879
Committed by
Matheus de Sousa Faria
1 parent
b20fd2f6
Exists in
master
and in
4 other branches
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
@@ -47,6 +47,11 @@ | @@ -47,6 +47,11 @@ | ||
47 | <link rel="stylesheet" href="{% static 'css/screen.css' %}" | 47 | <link rel="stylesheet" href="{% static 'css/screen.css' %}" |
48 | type="text/css" media="screen" /> | 48 | type="text/css" media="screen" /> |
49 | 49 | ||
50 | + <link rel="stylesheet" href="{% static 'css/header.css' %}" | ||
51 | + type="text/css" media="screen" /> | ||
52 | + | ||
53 | + <link rel="stylesheet" href="{% static 'css/footer.css' %}" | ||
54 | + type="text/css" media="screen" /> | ||
50 | {% endblock %} | 55 | {% endblock %} |
51 | </head> | 56 | </head> |
52 | 57 |