add border for news box

This commit is contained in:
rick 2024-10-13 18:07:50 +02:00
commit 09d1777aa7
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,6 @@
#news {
overflow: auto;
height: 150px;
border: solid black;
padding-left: 1em;
}