diff options
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" %} |