From 56067171c3294427fb096702e6ae9abc7892c142 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 18 May 2009 14:56:13 +0000 Subject: [PATCH] * CSS fix to render login/logout screens properly in IE8 --- webcit/static/webcit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 440f48123..d75ab0e1c 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -657,7 +657,7 @@ body, #global { margin: 0; } -#content .boxlabel { +#content .boxlabel, #global .boxlabel { margin: 0; padding: 0; width: 100%; -- 2.39.2