From 363a8ade3f0bd2500a097e8ec638b5ea369ba906 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 9 Feb 2020 16:12:39 +0100 Subject: [PATCH] Remove footer --- voicegardens/static/styles.css | 24 ------------------------ voicegardens/templates/index.html | 7 ------- 2 files changed, 31 deletions(-) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index b8ea3a7..5a77552 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -10,30 +10,6 @@ canvas { display: block; } -#footer { - position: fixed; - left: 0; - bottom: 0; - height: 20px; - width: 100%; - background-color: white; - text-align: left; -} - -#footer * { - margin: 0; - padding: 0; -} - -#footer ul { - list-style: none; - padding-left: 5px; -} - -#footer ul li { - display: inline; -} - img { width: 2%; } diff --git a/voicegardens/templates/index.html b/voicegardens/templates/index.html index d033b3d..3f4b6f7 100644 --- a/voicegardens/templates/index.html +++ b/voicegardens/templates/index.html @@ -12,13 +12,6 @@ /> - -