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 +++++++++++++ templates/tags.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'templates') 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; +} diff --git a/templates/tags.html b/templates/tags.html index e788ce5..3d78c80 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -25,6 +25,6 @@ {% endfor %}

-{% endfor %} +{% endfor % {% include "footer.html" %} -- cgit v1.2.3