Add top and bottom margins to tables

This commit is contained in:
Matthias Geier 2020-04-23 16:26:28 +02:00
parent 4277a28f73
commit 0a7137dfa4

View File

@ -377,6 +377,8 @@ div.body p.centered {
/* -- tables ---------------------------------------------------------------- */
table.docutils {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-collapse: collapse;
}