From 336a086060e00191ea9ba219906289f4eb202acb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 15 Feb 2020 22:17:38 +0000 Subject: [PATCH] remove now-unneeded css --- local.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/local.css b/local.css index 1de0b1bc0..37c9eb8b7 100644 --- a/local.css +++ b/local.css @@ -1,44 +1,3 @@ -/* 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%; - /* Set the fixed height of the footer here */ - height: 60px; - background-color: #f5f5f5; -} - - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -body > .container { - padding: 60px 15px 0; -} -.container .text-muted { - margin: 20px 0; -} - -.footer > .container { - padding-right: 15px; - padding-left: 15px; -} - -code { - font-size: 80%; -} - - /* Counter Headings */ body { counter-reset : h1; -- 2.30.2