diff options
author | Yuchen Pei <id@ypei.org> | 2024-01-27 15:17:02 +1100 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-01-27 15:17:02 +1100 |
commit | 98a8de85014a202c6891dcb578be219e0240df71 (patch) | |
tree | bf43978d793abf27e813bb39e029b01a0d5ec25e /css | |
parent | b13ed4a75fd61d020eaab911f44835c807f1305b (diff) |
Revert "Add fsf 202311 fundraiser banner."
This reverts commit a23fd0709041cb53022f62403d347250c007be6f.
The fundraising was a smashing success! :D
https://www.fsf.org/blogs/community/thank-you-for-a-successful-fundraiser
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/css/default.css b/css/default.css index 2cc2bd8..8b8fb1d 100644 --- a/css/default.css +++ b/css/default.css @@ -33,16 +33,6 @@ nav a { background-color: #f3f3f3; } -div#fsf-banner { - width: var(--main-width); - margin: auto; -} - -div#fsf-banner center { - padding: 1rem; - background-color: #ff000014; -} - div#content, div#comments { width: calc(var(--main-width) - 1rem); margin: auto; |