fix table
This commit is contained in:
parent
75aedfff85
commit
d52dc7189d
1 changed files with 7 additions and 5 deletions
|
@ -562,14 +562,16 @@
|
|||
}
|
||||
table.two-properties th {
|
||||
/*border-right: solid 1px black; /* FIXME pixel hinting */
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
padding-right: 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
table.two-properties th:after {
|
||||
content: ":";
|
||||
}
|
||||
*/
|
||||
table.two-properties td {
|
||||
/*border-left: solid 1px black; /* FIXME pixel hinting */
|
||||
vertical-align: top;
|
||||
|
@ -4067,13 +4069,13 @@ TODO style="break-before:page"?
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Korrelationen</th>
|
||||
<td>männlich = jung</td>
|
||||
<td>weiblich = jung</td>
|
||||
<td>jung = männlich</td>
|
||||
<td>jung = weiblich</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"></th>
|
||||
<td>weiblich = alt</td>
|
||||
<td>männlich = alt</td>
|
||||
<td>alt = weiblich</td>
|
||||
<td>alt = männlich</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Kultur</th>
|
||||
|
|
Loading…
Reference in a new issue