From caf6a390ce68722e14c17a397f5894e3924de92a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 22:15:19 +0200 Subject: [PATCH] adjust height of footer border --- res/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/common.css b/res/common.css index f2400f5..00d9b35 100644 --- a/res/common.css +++ b/res/common.css @@ -271,5 +271,5 @@ ol li, ul li { padding-bottom: 0.9em } font-size: 80%; padding: 8px; /*border-top: #315A94 2px solid*/ - border-top: #393939 1px solid + border-top: #393939 2px solid }