From 7ef68a221188c499eef663ff7d9fa2407b6e2559 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Wed, 25 Jul 2012 14:04:13 -0400 Subject: [PATCH] make footer shorter - Changed css for footer to set min-height to 150 instead of 300px Signed-off-by: William Rockwood --- css/tadl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/tadl.css b/css/tadl.css index 542cedff2b..27d04dfa85 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -1227,7 +1227,7 @@ div.facet_sidebar { padding-top:20px; padding-bottom: 10px; font-size: 11px; - min-height: 300px; + min-height: 150px; color:#e6e6e6; text-shadow:none; } -- 2.11.0