diff --git a/public/css/elements.css b/public/css/elements.css index 6a2f60b..57a49cb 100644 --- a/public/css/elements.css +++ b/public/css/elements.css @@ -68,3 +68,11 @@ img { cursor: url('/cursors/arrow.cur'), auto; max-width: 100%; } + +table { width: 100%; } + +table, th, td { + border-collapse: collapse; + border: 0.15em dotted black; + text-align: center; +}