From 100bd6aab15379f242835f7254b0cf2f66752a1a Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 6 Mar 2020 10:13:53 +0100 Subject: [PATCH] merged the two classes of body (why did they even exist?) --- threadr/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index beeb00b..ca1c941 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -73,6 +73,9 @@ div.item-4 { } body { + margin: 0px; + background-color: #fef6e4; + color: #001858; font-size: 1em; } @@ -177,13 +180,6 @@ p.image_container { font-size: 0.8em; } -body { - margin: 0px; - background-color: #fef6e4; - color: #001858; -} - - ul.topnav { list-style-type: none; margin: 0;