From c04af9753be7d2bb325cd10341e2e7b4eefb5ff2 Mon Sep 17 00:00:00 2001 From: Ashe Erickson Date: Tue, 2 Aug 2022 00:56:33 -0600 Subject: Update post list style --- resources/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources') 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; -- cgit 1.4.1