aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 481bced..5ec6e42 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -144,3 +144,11 @@ td {
.mention-id-input {
width: 60ex;
}
+
+table.ssb-object {
+ border-collapse: collapse;
+}
+
+table.ssb-object td {
+ border: 1px solid black;
+}