diff default/forum/view_topics.html @ 128:4f27ce980ced

css: started to refactor CSS class to follow BEM conventions
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 11:14:14 +0100
parents 5f4e147e9895
children 0a0d9a953d98
line wrap: on
line diff
--- a/default/forum/view_topics.html	Sat Mar 24 11:11:37 2018 +0100
+++ b/default/forum/view_topics.html	Sat Mar 24 11:14:14 2018 +0100
@@ -7,7 +7,7 @@
 {% block body %}
 
     {% if not topics %}
-        <div class="message_info">
+        <div class="message--info">
             {% trans %}There is not message yet in this forum.{% endtrans %}
             {% if profile %}
                 {% trans %}You can start a topic of interest by filling this form.{% endtrans %}