From 471e08956d0b9c6a72fdea11260cd597cc726915 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 18 Dec 2008 19:33:53 +0000 Subject: [PATCH] Press This CSS fixes. Props noel. fixes #8666 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@10223 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/press-this.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/css/press-this.css b/wp-admin/css/press-this.css index f0fd0f0db2..6a4fbc1cb0 100644 --- a/wp-admin/css/press-this.css +++ b/wp-admin/css/press-this.css @@ -120,9 +120,7 @@ div.zerosize { font-weight: bold; padding: 7px; margin: 0 0 10px; - background-image: url(../images/postbox-bg.gif); - background-position: left top; - background-repeat: repeat-x; + background: #dfdfdf url("../images/gray-grad.png") repeat-x left top; font-size: 12px; font-weight: bold; line-height: 1;