From a54cbad307c1dfd11eda002c257f0022fa35e3ce Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Sat, 25 Feb 2012 14:14:34 -0700 Subject: [PATCH] remove absolute height on newbanner, ammends last commit, fixing borked merge --- resources/static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/static/css/style.css b/resources/static/css/style.css index 331aa333a..7e42ec912 100644 --- a/resources/static/css/style.css +++ b/resources/static/css/style.css @@ -817,7 +817,6 @@ footer { text-align: center; color: #626160; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); - height: 32px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -- GitLab