Parcourir la source

Rename illyse.css to local.css

Baptiste Jonglez il y a 10 ans
Parent
commit
1c8f16e7d3
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0 0
      coin/static/css/local.css
  2. 1 1
      coin/templates/base.html

coin/static/css/illyse.css → coin/static/css/local.css


+ 1 - 1
coin/templates/base.html

@@ -7,7 +7,7 @@
     <title>{% block title %}COIN - {{ branding.shortname|capfirst }} SI{% endblock %}</title>
     <link rel="stylesheet" href="{% static "css/foundation.css"%}" />
     <link rel="stylesheet" href="{% static "css/font-awesome.min.css"%}" />
-    <link rel="stylesheet" href="{% static "css/illyse.css" %}" />
+    <link rel="stylesheet" href="{% static "css/local.css" %}" />
     <link rel="stylesheet" href="{% static "css/offcanvas.css" %}">
     <script src="{% static "js/vendor/modernizr.js" %}"></script>
     <link rel="icon" type="image/png" href="{% static "img/coinitem.png" %}"/>