From 0847c4f2eb78c6c31f63e0862a1385b20a659e6c Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 28 Aug 2024 22:08:34 +0200 Subject: Restyled posts index --- style.css | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9bb1973..fafb9cf 100644 --- a/style.css +++ b/style.css @@ -92,28 +92,34 @@ a:active:hover { flex-wrap: wrap; } -#profile-picture { - display: block; - margin: 1em 1em 1em 0; - max-height: 4em; -} - #introduction { flex: 1; } -#posts li { - margin-bottom: 0.2em; -} - -#posts time { - font-size: 80%; - color: #999; -} - video, audio { display: block; margin: 1em auto; max-width: 720px; width: 100%; } + +table.index { + border-collapse: collapse; + width: 100%; +} + +table.index td:first-child { + text-align: right; +} + +table.index td.sep { + min-width: 1em; + width: 1em; + text-align: center; + user-select: none; +} + +table.index td { + vertical-align: top; + padding-bottom: 0.3em; +} -- cgit v1.1