From 7ba87a30a188ad4591bed84e25856095f6fc5d6d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:49:39 -0800 Subject: [PATCH] remove footer styling --- static/css/main.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index f0c6e07..80e640c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -12,15 +12,6 @@ html { min-height: 100%; } -.footer { - position: absolute; - bottom: 0; - padding-top: 10px; - width: 100%; - height: 50px; - background-color: #f5f5f5; -} - .flash { background: #cee5F5; padding: 0.5em;