Update css

This commit is contained in:
2020-04-02 17:58:00 +02:00
parent a97909fea7
commit a8b4c625ef
5 changed files with 64 additions and 24 deletions

View File

@@ -17,14 +17,14 @@
<span id="dataSpan"></span>
</div>
<table id="dataTable">
<table id="dataTable" class="inlineTable">
<tr>
<th>Nummer</th>
<th>Data</th>
</tr>
</table>
<table id="history"></table>
<table id="history" class="inlinetable"></table>
</div>
</body>
</html>