add margin between table rows
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.trpartei {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.tablepartei {
|
||||
#tablepartei {
|
||||
border-collapse: separate;
|
||||
width: 100%;
|
||||
border-spacing: 0 1em;
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table class="tablepartei">
|
||||
<table id="tablepartei">
|
||||
<tr>
|
||||
<th style="width:20%"/>
|
||||
<th style="width:80%"/>
|
||||
|
||||
Reference in New Issue
Block a user