Add arrow to "favorites" link

git-svn-id: https://develop.svn.wordpress.org/trunk@9017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-09-28 04:46:18 +00:00
parent 7895e38ccf
commit 1adc55c1c9
1 changed files with 5 additions and 0 deletions

View File

@ -2512,3 +2512,8 @@ abbr.required {
padding: 4px 0;
text-decoration: none;
}
#favorite-first {
padding-right: 22px;
background: url(images/menu-open.png) 108px 5px no-repeat;
}