App.razor changed (#15)

Navbar und Footer wird wieder angezeigt.
This commit is contained in:
zha19115
2023-05-09 16:48:03 +02:00
committed by GitHub
parent 7f45436118
commit e181c13ac2
6 changed files with 54 additions and 57 deletions

View File

@ -2,57 +2,6 @@
<PageTitle>Allergene</PageTitle>
<style type="text/css">
.tg {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
}
.tg td {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 18px;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg th {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 18px;
font-weight: normal;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg .tg-c3ow {
border-color: inherit;
text-align: center;
vertical-align: center;
}
.tg .tg-0pky {
border-color: inherit;
text-align: center;
vertical-align: center;
}
.icon {
width: 100%;
max-width: 100px;
height: auto;
}
</style>
//TODO: Make css tag names more readable
<table class="tg">
<thead>
@ -137,4 +86,5 @@
<td class="tg-c3ow">R</td>
</tr>
</tbody>
</table>
</table>
<br><br><br><br>