add margin between table rows

This commit is contained in:
erichhasl
2018-01-08 21:29:14 +01:00
parent 74e6989186
commit f4d38f4b6c
2 changed files with 4 additions and 6 deletions
@@ -8,10 +8,8 @@
width: 100%; width: 100%;
} }
.trpartei { #tablepartei {
line-height: 25px; border-collapse: separate;
}
.tablepartei {
width: 100%; width: 100%;
border-spacing: 0 1em;
} }
@@ -14,7 +14,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<table class="tablepartei"> <table id="tablepartei">
<tr> <tr>
<th style="width:20%"/> <th style="width:20%"/>
<th style="width:80%"/> <th style="width:80%"/>