From 2f920db571d15f8d22ef3a19f2a5b69ffff46987 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 26 Oct 2003 19:57:23 +0000 Subject: [PATCH] Some design tweaks. If anyone can figure out why the spacing to the left and right of the menu links is different in Moz and IE they get a gold star. git-svn-id: http://svn.automattic.com/wordpress/trunk@477 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 4b8745e7c..a38df1bd5 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -87,7 +87,7 @@ textarea, input, select { margin: 6px 0; } -#adminmenu .last { +#adminmenu .last, #adminmenu2 .last { border-right: none; } @@ -98,6 +98,7 @@ textarea, input, select { font-weight: normal; padding: 3px; text-decoration: none; + margin: 0 1px; } #adminmenu a:hover, .current, #adminmenu2 a:hover { @@ -110,7 +111,6 @@ textarea, input, select { border-right: 1px solid #ccc; display: inline; list-style: none; - margin: 1px; text-align: center; line-height: 2.0em; }