From 9cb8c10bb5d0e7ae80045a121e03d07757cb8d1c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 31 Aug 2009 23:25:42 -0600 Subject: Use min-height to hold the banner's height. #706. --- themes/default/css/screen.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 7cf4cfbe..f6ce26d2 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -371,6 +371,7 @@ form .gError, background-color: #e8e8e8; border-bottom: 1px solid #ccc; font-size: .8em; + min-height: 5em; padding: 1em 20px; position: relative; } -- cgit v1.2.3