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
This commit is contained in:
Matt Mullenweg 2003-10-26 19:57:23 +00:00
parent 124c64f0f8
commit 809864ec21

View File

@ -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;
}