From c1a365ec93422bf34896caa18755fd6b1bf060ee Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 28 Dec 2022 00:54:50 -0500 Subject: themes/default/layouts/_default/home.authors: Mix in dates This could use the page variable directly but it might be useful for passing stacks of variable data --- assets/css/default.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/default.css b/assets/css/default.css index a6e7c43..b4785b5 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1511,12 +1511,16 @@ web-ring header { } web-ring time, -following-list time { - font-variant: small-caps; +micro-author micro-header time { + display: block; color: #444; color: var(--fade); } +web-ring time { + font-variant: small-caps; +} + web-ring p, web-ring time { display: inline; -- cgit v1.2.3