From 6bb00b44b78bb887c33182d4e44f67073b794662 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 26 Dec 2022 07:45:17 +0000 Subject: [PATCH] Rename blog-date to update_date to allow update dates to be used across more than only blog posts. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index 3011bc0..2f05170 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Inference */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 1.0.0.10 */ +/* Version: 2.0.0.11 */ h1 { @@ -174,7 +174,7 @@ table, th, td { text-align: center; } - .blog-date { + .update_date { text-align: center; }