add margin between table rows
This commit is contained in:
@@ -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%"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user