Remove unused .top-head / .top-body CSS rules that referenced missing GIF files (top-head.gif, top-body.gif), which caused whitenoise.storage.MissingFileError and crashed the prod container at collectstatic/startup.
Drop a stray {% load static %} tag from style.css (not a Django template).
Branch rebased onto current master (dockerize already merged via #21); this PR is the CSS-only fix.
Test plan
Merge and let deploy run (or redeploy scha prod).
Confirm web container stays up (no WhiteNoise MissingFileError).
Spot-check site CSS still looks fine on public pages.
Separately: if Compose still warns about unset $… vars, escape $ as $$ in ~/Documents/secrets/scha/scha_prod.env password/DATABASE_URL.
## Summary
- Remove unused `.top-head` / `.top-body` CSS rules that referenced missing GIF files (`top-head.gif`, `top-body.gif`), which caused `whitenoise.storage.MissingFileError` and crashed the prod container at collectstatic/startup.
- Drop a stray `{% load static %}` tag from `style.css` (not a Django template).
- Branch rebased onto current `master` (dockerize already merged via #21); this PR is the CSS-only fix.
## Test plan
- [ ] Merge and let deploy run (or redeploy scha prod).
- [ ] Confirm web container stays up (no WhiteNoise `MissingFileError`).
- [ ] Spot-check site CSS still looks fine on public pages.
- [ ] Separately: if Compose still warns about unset `$…` vars, escape `$` as `$$` in `~/Documents/secrets/scha/scha_prod.env` password/`DATABASE_URL`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
.top-head/.top-bodyCSS rules that referenced missing GIF files (top-head.gif,top-body.gif), which causedwhitenoise.storage.MissingFileErrorand crashed the prod container at collectstatic/startup.{% load static %}tag fromstyle.css(not a Django template).master(dockerize already merged via #21); this PR is the CSS-only fix.Test plan
MissingFileError).$…vars, escape$as$$in~/Documents/secrets/scha/scha_prod.envpassword/DATABASE_URL.