From 03513c42a7da3bc2b2d6ef14b7593071ccdf0aee Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 28 Nov 2005 10:23:45 +0000 Subject: [PATCH] Fix the unsightly visible category line, fixes #1898 git-svn-id: https://develop.svn.wordpress.org/trunk@3222 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index c068fe25ac..0a030e5a66 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -709,7 +709,7 @@ table .vers, table .name { } #moremeta fieldset div { margin: 2px 0 0 0px; - padding-left: 7px; + padding: 7px; } #moremeta { line-height: 130%;