css tweak for tables

This commit is contained in:
Gaspard Jankowiak 2024-06-07 11:17:12 +02:00
parent c2ad36ac3d
commit a23ff6990c

View file

@ -109,10 +109,12 @@ footer { font-size: 75%; padding-bottom: 175px; }
em { font-style: italic; } em { font-style: italic; }
table { width: 100%; } table { width: 100%; border-collapse: collapse; }
th, td { padding: 0.3em; } th, td { padding: 0.3em; }
tr { border-bottom: 1px dotted $tr-rule; } tr { border-bottom: 1px dotted $tr-rule; }
table.headerline th { border-bottom: 1px solid #555; }
table.bordered { border-collapse: collapse; margin: 1em 0; } table.bordered { border-collapse: collapse; margin: 1em 0; }
table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; } table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }