From 2784bbb898c4cd80fe5d7eb1ea16714b3c0df302 Mon Sep 17 00:00:00 2001 From: Josh Brewer Date: Wed, 20 Apr 2011 14:01:32 -0700 Subject: ie specific css fixes --- css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/screen.css b/css/screen.css index 59b15bd..7d78e3b 100644 --- a/css/screen.css +++ b/css/screen.css @@ -132,7 +132,7 @@ body { height:100%; width:100%; } -body.ie6, body.ie7 {color:#cabfac;} +.ie6, .ie7 {color:#cabfac;} span.horizon { border-top:1px solid #423E39; height:1px; -- cgit v1.2.3