Skip to content

Commit

Permalink
logs table borders
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibkl committed Aug 22, 2024
1 parent 465c331 commit 70cb612
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/get_logs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

<head>
<title>{{title}}</title>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -30,4 +40,4 @@
</table>
</body>

</html>
</html>

0 comments on commit 70cb612

Please sign in to comment.