From b4423bad93b85898506f0213bb34887f3d4a5e64 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 12:26:24 +0100 Subject: [PATCH] category styling --- gitweb-danixland/gitweb.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index dd44335..c083b95 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -729,7 +729,9 @@ td.category { border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); } - +td.category:before { + content: "Cat.:"; +} /* Age ---------------------------------------------------------------------------- */ -- 2.20.1