aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-07 19:43:51 -0700
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-08 20:15:45 -0700
commit4191ec0449d314b7fa73374012194f22e3b85a2f (patch)
tree5ad7fbd5210442914fa6b6e66e221a818a4a254c /static/styles.css
parentb476d6c52bb634a3aa4dbe2c2e05b61686091e2e (diff)
downloadpatchfoo-4191ec0449d314b7fa73374012194f22e3b85a2f.tar.gz
patchfoo-4191ec0449d314b7fa73374012194f22e3b85a2f.zip
Fully render generic messages
Diffstat (limited to 'static/styles.css')
-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;
+}