aboutsummaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
commit1b433819cbfc084836ee05e338d06f159e77a3d1 (patch)
tree3edd19947d3514b07ef4a761998dbfe86c02ce54 /static/css
parent58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff)
Add page info page
Diffstat (limited to 'static/css')
-rw-r--r--static/css/globalstyles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/globalstyles.css b/static/css/globalstyles.css
index 6826ab9..1f22f5e 100644
--- a/static/css/globalstyles.css
+++ b/static/css/globalstyles.css
@@ -105,3 +105,9 @@ a {
padding: 10px;
background-color: rgba(255, 0, 0, 0.2);
}
+
+table, th, td {
+ border: 1px solid rgb(200, 200, 200);
+ border-collapse: collapse;
+ padding: 10px;
+}