all repos — website @ f67f64b4022b6324a399e3b399fec8132d63a142

My website

Use microformats class to style post listings

Alan Pearce
commit

f67f64b4022b6324a399e3b399fec8132d63a142

parent

1828d352da665fffc73536d47018a79a81d55771

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M templates/style.csstemplates/style.css
@@ -133,20 +133,20 @@ font-size: small;
} /* blog posts */ -ul.blog-posts { +ul.h-feed { list-style-type: none; padding: unset; } -ul.blog-posts li { +ul.h-feed li { display: flex; } -ul.blog-posts li span { +ul.h-feed li span { flex: 0 0 130px; } -ul.blog-posts li a:visited { +ul.h-feed li a:visited { color: #8b6fcb; }