From 77c66f0752b7156575ed65bc9cca9be021951300 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 16 Sep 2024 17:40:10 -0400 Subject: [PATCH] Fixed footer on certain browsers blocking text --- base/css/bootstrap.local.css | 24 ------------------------ templates/page.tmpl | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/base/css/bootstrap.local.css b/base/css/bootstrap.local.css index 6624f20..32158ab 100644 --- a/base/css/bootstrap.local.css +++ b/base/css/bootstrap.local.css @@ -9,25 +9,6 @@ a { } -/* Sticky footer styles --------------------------------------------------- */ -html { - position: relative; - min-height: 100%; -} -body { - /* Margin bottom by footer height */ - margin-bottom: 60px; -} -.footer { - position: absolute; - bottom: 0; - width: 100%; - padding-bottom: 15px; - background-color: #f5f5f5; -} - - /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ @@ -40,11 +21,6 @@ body > .container { font-size: 14px; } -.footer > .container { - padding-right: 15px; - padding-left: 15px; -} - textarea { width: 100%; } diff --git a/templates/page.tmpl b/templates/page.tmpl index 9240395..fbeab8a 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -94,7 +94,7 @@ -