From 803416fa74fe49b67b92f726373e846cecf9cefd Mon Sep 17 00:00:00 2001 From: Marty McGuire Date: Tue, 20 Aug 2019 13:15:51 -0400 Subject: [PATCH] left-align lists on permalink pages --- _layouts/post.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index 2de048f..3873892 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -181,6 +181,9 @@ font-weight:normal; text-decoration:none; } + .bodyContainer ul, .bodyContainer ol{ + text-align:left; + } #templateFooter{ background-color:#000000; border-top:0;