]> git.parisson.com Git - mezzo.git/commitdiff
Department title has now a dashed yellow line
authorJérémy Fabre <blackmagik88@gmail.com>
Tue, 26 Jul 2016 14:34:43 +0000 (16:34 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Tue, 26 Jul 2016 14:34:43 +0000 (16:34 +0200)
app/templates/pages/department.html

index fa446fa07da7c1807c346bb6c51589dc74d47f65..b155bb4e204f5f235291d2d44376f2133299a396 100644 (file)
@@ -26,7 +26,7 @@
 {% block page_title %}
 
     {% editable page.department.title %}
-        <h1 class="dotted">{{ page.department.title }}</h1>
+        <h1 class="dashed">{{ page.department.title }}</h1>
     {% endeditable %}
 
 {% endblock %}