From 1a348f8e620af6b54f8586821bc903dcc15b9172 Mon Sep 17 00:00:00 2001 From: haemka Date: Tue, 2 Jun 2020 17:40:08 +0200 Subject: [PATCH] Fixed CSS counters in articles --- static/css/site.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/site.css b/static/css/site.css index afafcf0..4f97d1d 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -224,14 +224,14 @@ footer.post-info { padding: 1rem; } -.entry-title { - text-align: center; -} - /* * Links */ +.entry-content { + counter-reset: entrylinks 0 figures 0 tables 0 listings 0; +} + .entry-content a { counter-increment: entrylinks; text-decoration: none;