diff --git a/templates/style.css b/templates/style.css index 011f5d8..eef3346 100644 --- a/templates/style.css +++ b/templates/style.css @@ -24,15 +24,14 @@ h1,h2,h3{ table { font-size: smaller; max-width: 90%; - border-collapse: collapse; margin: 1em auto; text-align:left; } -tbody th { +table th { border-bottom: 1px solid black; padding: 0.1em 1em; } -tbody td { +table td { padding: 0.1em 1em; } td.num{