From 047b2b6920149a96057d18f538c73c55d1ca7522 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 9 Aug 2007 11:00:21 +0000 Subject: Remove ; props dsader (http://mu.wordpress.org/forums/topic.php?id=5829&page&replies=8#post-34913) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1030 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-content/mu-plugins/dashboardswitcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-content') diff --git a/wp-content/mu-plugins/dashboardswitcher.php b/wp-content/mu-plugins/dashboardswitcher.php index 36f1f4c..e73cc04 100644 --- a/wp-content/mu-plugins/dashboardswitcher.php +++ b/wp-content/mu-plugins/dashboardswitcher.php @@ -48,7 +48,7 @@ var switchTime; var w = false; var h = $( '#blog-title' ) .css({ - background: 'transparent url( ../wp-content/mu-plugins/bullet_arrow_down.gif ) no-repeat scroll 100% .2em;', + background: 'transparent url( ../wp-content/mu-plugins/bullet_arrow_down.gif ) no-repeat scroll 100% .2em', padding: '0 25px 2px 5px', cursor: 'pointer', border: '1px solid #14568a' -- cgit