From b3bdc050a293cecc18748de8118dd03272311e16 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Tue, 14 Jul 2026 05:28:55 -0500 Subject: [PATCH] Fix WhiteNoise crash from CSS referencing missing GIF assets. Drop unused .top-head/.top-body rules and a stray template tag so CompressedManifestStaticFilesStorage can collectstatic without MissingFileError. --- schasite/static/css/style.css | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/schasite/static/css/style.css b/schasite/static/css/style.css index 4d8e6e1..a2b83e1 100644 --- a/schasite/static/css/style.css +++ b/schasite/static/css/style.css @@ -1,5 +1,4 @@ /* CSS Document */ -{% load static %} body{ margin:0px; background-repeat: repeat; @@ -13,10 +12,6 @@ h1{ } h1 span{color:#979797;} .clear{margin:0px; padding:0px; clear:both;} -.top-head{ - height:118px; width:1000px; margin:auto; - background:url(../images/top-head.gif) repeat-x; - } .logo{ height:103px; width:325px; float:left; padding:15px 0px 0px 55px; @@ -72,22 +67,6 @@ h1 span{color:#979797;} padding-left:22px; font-weight:bold; background-position: 6px; } -.top-body{ - height:auto; width:940px; margin:auto; - background: url(../images/top-body.gif) repeat-x #cfcfcf; - padding:0px 0px 25px 60px; - } -.top-body-con{ - height:auto; width:265px; float:left; - padding:0px 35px 0px 0px; - } -.top-body-con p{ - margin:0px; padding:30px 0px 0px 0px; - font-family:Verdana, Arial, Helvetica, sans-serif; color:#2e2e2e; - font-size:11px; font-weight:bold; line-height:26px; - } -.top-body-con a{color:#63880a;} -.top-body-con span{color:#63880a; font-size:15px;} .img-box{ height:auto; width:auto; float:left; padding:30px 25px 0px 0px; -- 2.54.0