From 5791697bb00caa85c971b6b11e7dbba7afbab752 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 31 May 2011 12:48:59 -0400 Subject: [PATCH] Oops; tiny mistake in IE7 addressee stylin. --- theme/base/css/ie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 337d96e7df..c6ddbac654 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -109,7 +109,7 @@ line-height:auto; margin-bottom: -20px; } -.notice .addressees { +*+html .notice .addressees { background: url(../images/icons/arrow_right.png) no-repeat top left; padding-left: 16px; }