From 3d7ac75844e82363c5688281f7f652abae14b6dd Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 13 Oct 2009 11:21:34 -0600 Subject: [PATCH] Fix CSS ordering --- imp/themes/screen-dimp.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 57aec6c09..6a56cbdf8 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -700,14 +700,14 @@ div.dimpActionsCompose, div.dimpActionsMsg { #attach_list span.remove:hover { text-decoration: underline; } -#attach_list div, span.attachmentImg { - background-image: url("graphics/attachment.png"); -} #attach_list div { background: transparent left 2px no-repeat; height: 20px; padding-left: 20px; } +#attach_list div, span.attachmentImg { + background-image: url("graphics/attachment.png"); +} #attach_list span.attachName { color: blue; cursor: pointer; -- 2.11.0