[IMP] display of spacing in listings

In entries explanations and configuration, make it possible to "split"
the list in multiple sub-lists visually: a ``null`` item should just
create an empty space, not display a list item "dot"
This commit is contained in:
Xavier Morel
2015-03-16 10:27:15 +01:00
parent 32493c9c0f
commit a0601d909f
2 changed files with 16 additions and 3 deletions
+4
View File
@@ -98,6 +98,10 @@
}
}
.journal-entries .entries-listing p {
font-style: italic;
}
#reconciliation #example div.buttons {
display: flex;
justify-content: center;