From a194505ae77e1ed7e5b6d34a3083cbc718d5d8bc Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 18 Dec 2012 19:45:49 +0000 Subject: [PATCH] Align the "Available Themes" header with the search form. props wycks. fixes #22928. git-svn-id: https://develop.svn.wordpress.org/trunk@23184 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index d4495c48ea..86bbc068e1 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -4604,7 +4604,7 @@ span.imgedit-scale-warn { } h3.available-themes { - margin: 0 0 1em; + margin: 0.3em 0 1em; float: left; }