Fix: Centrovaná tabulka v archivu (2024.html), oprava šířky, smazán soubor finance_2024_corrected.csv
This commit is contained in:
30
2024.html
30
2024.html
@ -7,19 +7,23 @@
|
||||
</head>
|
||||
<body>
|
||||
<h2 class="archive-title">Přehled Financí za rok 2024</h2>
|
||||
<table id="finance-table" border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Popis</th>
|
||||
<th>Částka</th>
|
||||
<th>Měna</th>
|
||||
<th>Typ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- Obalíme tabulku do kontejneru pro centrování -->
|
||||
<div class="archive-table-container">
|
||||
<table id="finance-table" class="table table-striped mb-3 archive-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Popis</th>
|
||||
<th>Částka</th>
|
||||
<th>Měna</th>
|
||||
<th>Typ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
fetch('finance_2024.csv')
|
||||
|
Reference in New Issue
Block a user