Avatars for backend.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-02-16 02:39:13 +00:00
parent 1bec10a40a
commit 089c2f1d8d
2 changed files with 26 additions and 4 deletions

View File

@@ -1,13 +1,9 @@
a.delete:hover {
background: #c00;
color: #fff;
}
.plugins p {
margin: 4px;
padding: 0;
@@ -1228,3 +1224,7 @@ p#post-search {
.wp-no-js-hidden { display: none; }
.ui-tabs-hide { display: none; }
.form-input-tip { color: #999; }
.commentlist .avatar {
vertical-align:text-top;
}