summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
new file mode 100644
index 0000000..8ba2cdd
--- /dev/null
+++ b/src/static/style.css
@@ -0,0 +1,4 @@
+table, th, td {
+ border: 1px solid black;
+ border-collapse: collapse;
+} \ No newline at end of file