summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-27 16:43:20 -0700
committerAndrew Godwin2022-11-27 16:43:20 -0700
commit2f443414a7e029f83292873257d2940b5a10cc64 (patch)
tree667d210569da6b13d06860f3ca35696807c8e713 /static
parentba36f9b92a4e5ca638f35a9ed5d6c75228de53ec (diff)
downloadtakahe-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.css17
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 {