Vue KANBAN thème : ajout d'une liste à puces pour les réponses
[OpenERP/faq.git] / static / css / faq.css
index ea873a5..da6a997 100644 (file)
@@ -5,4 +5,9 @@
     width: 99%;
 }
 
-.oe_kanban_content{}
\ No newline at end of file
+.oe_kanban_content{}
+
+li.bullet{
+    list-style-type: disc !important;
+    margin-left: 30px !important;
+}