From 2f443414a7e029f83292873257d2940b5a10cc64 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 27 Nov 2022 16:43:20 -0700 Subject: Collect more actor information in fetch Fixes #31 --- static/css/style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index baddcea..1dbf30e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -59,7 +59,8 @@ a { text-decoration: none; } -p a { +p a, +td a { text-decoration: underline; } @@ -690,6 +691,20 @@ h1.identity small { text-decoration: underline; } +table.metadata { + margin: -10px 0 0 0; +} + +table.metadata td { + padding: 0; +} + +table.metadata td.name { + padding-right: 10px; + font-weight: bold; +} + + /* Posts */ .post { -- cgit v1.2.3