diff options
author | Andrew Godwin | 2022-11-27 16:43:20 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-27 16:43:20 -0700 |
commit | 2f443414a7e029f83292873257d2940b5a10cc64 (patch) | |
tree | 667d210569da6b13d06860f3ca35696807c8e713 /static | |
parent | ba36f9b92a4e5ca638f35a9ed5d6c75228de53ec (diff) | |
download | takahe-2f443414a7e029f83292873257d2940b5a10cc64.tar.gz takahe-2f443414a7e029f83292873257d2940b5a10cc64.tar.bz2 takahe-2f443414a7e029f83292873257d2940b5a10cc64.zip |
Collect more actor information in fetch
Fixes #31
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
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 { |