diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-01-23 20:34:55 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-01-23 20:34:55 -0600 |
commit | 8314fc7dd56c16820055053b23a8103a6f70a49d (patch) | |
tree | 4e85f5343bdac66a8f0cb7257a507608e0e713e3 /templates | |
parent | 910c22d071e0f2c0748f172b7318147e8a45201f (diff) |
hardware-control
Diffstat (limited to 'templates')
-rw-r--r-- | templates/style.css | 13 | ||||
-rw-r--r-- | templates/tags.html | 2 |
2 files changed, 14 insertions, 1 deletions
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 %} </p> -{% endfor %} +{% endfor % {% include "footer.html" %} |