Add arrow to "favorites" link

git-svn-id: http://svn.automattic.com/wordpress/trunk@9017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-09-28 04:46:18 +00:00
parent 94dc5f67bd
commit e2874d855f
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;
}