From 09d1777aa7550856adbb2d1a189619c2a1f84bd4 Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 13 Oct 2024 18:07:50 +0200 Subject: [PATCH] add border for news box --- css/index.css | 2 ++ lang/en/index.html | 4 +++- lang/fr/index.html | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 4e6e951..0fd09b5 100644 --- a/css/index.css +++ b/css/index.css @@ -1,4 +1,6 @@ #news { overflow: auto; height: 150px; + border: solid black; + padding-left: 1em; } diff --git a/lang/en/index.html b/lang/en/index.html index 54e03ea..270f411 100644 --- a/lang/en/index.html +++ b/lang/en/index.html @@ -37,7 +37,9 @@ rel="stylesheet" href="/css/index.css"

13-04-2022: add this section.

-
+