From 15c047f0001d0bcef3e7688fd8e01e03223db537 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 21 Feb 2020 10:43:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index e3e32d7..1f50154 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -215,10 +215,16 @@ ul.topnav li.right { ul.topnav li {float: none;} } -ul.list li { - float: none; +ul.list { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #001858; } +ul.list li {float: none;} + ul.list li p { display: block; color: #fef6e4;