Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930

git-svn-id: http://svn.automattic.com/wordpress/trunk@19347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-19 04:07:54 +00:00
parent 78341014f3
commit 7fe6db8931
1 changed files with 5 additions and 0 deletions

View File

@ -458,6 +458,11 @@ section.recent-posts .other-recent-posts .comments-link a:hover {
.comment-meta {
color: #999;
}
.commentlist .avatar {
-webkit-box-shadow: 0 1px 2px #222;
-moz-box-shadow: 0 1px 2px #222;
box-shadow: 0 1px 2px #222;
}
a.comment-reply-link {
background: #242424;
color: #bbb;