From 809864ec21cb416f45f23663f2b9018bce4d1d83 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@477 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 4b8745e7c5..a38df1bd5f 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; }