From 8314fc7dd56c16820055053b23a8103a6f70a49d Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 23 Jan 2021 20:34:55 -0600 Subject: hardware-control --- templates/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index e67f360..9f19e42 100644 --- a/templates/style.css +++ b/templates/style.css @@ -51,3 +51,16 @@ audio { img { width: 100%; } + +table { + width: 100%; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; +} -- cgit v1.2.3