From e25cf7cd8caa5c1ad816b73467c4f86c8f9064a6 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Mon, 27 Jun 2022 12:37:47 -0300 Subject: [PATCH] Removed most resets as it was breaking things --- static/css/pelican.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/static/css/pelican.css b/static/css/pelican.css index d98b7f2..a9c87b4 100644 --- a/static/css/pelican.css +++ b/static/css/pelican.css @@ -10,18 +10,6 @@ /************************************************/ /* resets */ -ul, ol { - list-style: none; -} - -ol { - display: flex; - padding: 0; - margin: 0; -} - - - .post st-link { text-decoration: none; }