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

git-svn-id: https://develop.svn.wordpress.org/trunk@19347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-19 04:07:54 +00:00
parent 4ded511eff
commit 74006f881c
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;