summary refs log tree commit diff
path: root/resources/style.css
diff options
context:
space:
mode:
authorAshe Erickson <ashe@tempest.dev>2022-08-02 00:56:33 -0600
committerAshe Erickson <ashe@tempest.dev>2022-08-02 00:56:33 -0600
commitc04af9753be7d2bb325cd10341e2e7b4eefb5ff2 (patch)
treed385c2f02216c6447673cb04d2afe04496370581 /resources/style.css
parent4b1cd7ce04eae9c8d73d4a1865c6b0821fbba7ac (diff)
Update post list style
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
index f1cc420..9e20ffc 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -57,6 +57,18 @@ ul > li:not(:last-child) {
   margin-bottom: 8px;
 }
 
+ul.posts {
+  list-style: none;
+}
+
+ul.posts li span {
+  display: inline-block;
+  min-width: 80px;
+  opacity: .5;
+  text-align: right;
+  margin-right: 10px;
+}
+
 a {
   color: white;
   opacity: .8;