summaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css13
1 files changed, 13 insertions, 0 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;
+}