From 41711c35f11a4411e785c3ceb60b87d042f77678 Mon Sep 17 00:00:00 2001 From: Gabriel Copat <copatg@cardiff.ac.uk> Date: Sat, 2 Dec 2023 14:03:15 +0000 Subject: [PATCH] Fixed edited files that should not be in this branch --- src/main/resources/static/css/templatingstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/templatingstyle.css b/src/main/resources/static/css/templatingstyle.css index bed70992..1ffc84d4 100644 --- a/src/main/resources/static/css/templatingstyle.css +++ b/src/main/resources/static/css/templatingstyle.css @@ -1,6 +1,6 @@ /* Header */ .headerBar { - /*border-bottom: 2px rgb(230, 230, 230) solid;*/ + border-bottom: 2px rgb(230, 230, 230) solid; margin-bottom: 20px; display: flex; background-color: rgb(84, 33, 128); @@ -63,7 +63,7 @@ footer { display: flex; justify-content: center; background-color: rgb(84, 33, 128); - /*border-top: 2px rgb(230, 230, 230) solid;*/ + border-top: 2px rgb(230, 230, 230) solid; font-size: 1vw; } .footerBar{ -- GitLab