diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-07 19:43:51 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-08 20:15:45 -0700 |
commit | 4191ec0449d314b7fa73374012194f22e3b85a2f (patch) | |
tree | 5ad7fbd5210442914fa6b6e66e221a818a4a254c /static | |
parent | b476d6c52bb634a3aa4dbe2c2e05b61686091e2e (diff) | |
download | patchfoo-4191ec0449d314b7fa73374012194f22e3b85a2f.tar.gz patchfoo-4191ec0449d314b7fa73374012194f22e3b85a2f.zip |
Fully render generic messages
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 8 |
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; +} |