From 6a97b3526db286245e08698b0210e225af938a27 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 3 Aug 2021 21:16:26 +0000 Subject: [PATCH] why was that there --- copyparty/web/browser.css | 3 --- copyparty/web/msg.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index eb084621..812d5183 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -22,9 +22,6 @@ html, body { margin: 0; padding: 0; } -body { - padding-bottom: 5em; -} pre, code, tt { font-family: monospace, monospace; } diff --git a/copyparty/web/msg.css b/copyparty/web/msg.css index 8345980d..cb8ce680 100644 --- a/copyparty/web/msg.css +++ b/copyparty/web/msg.css @@ -16,9 +16,6 @@ html, body { margin: 0; padding: 0; } -body { - padding-bottom: 5em; -} #box { padding: .5em 1em; background: #2c2c2c;