mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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
This commit is contained in:
parent
4665bbc1d2
commit
2f920db571
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user