Commit 225de8d2434f337bf65d03e8019e2988bda0c879

Authored by Carlos Coêlho
Committed by Matheus de Sousa Faria
1 parent b20fd2f6

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 47 <link rel="stylesheet" href="{% static 'css/screen.css' %}"
48 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 55 {% endblock %}
51 56 </head>
52 57  
... ...