Return container shadows to 1px blur as they were pre- r26293. This is a better match for the 1px shadow we use on buttons and screen options. See #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-09 20:20:37 +00:00
parent 9690f2119c
commit 496e8ed33e

View File

@ -956,8 +956,8 @@ p.popular-tags,
.feature-filter,
.imgedit-group {
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.04);
box-shadow: 0 1px 2px rgba(0,0,0,0.04);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}
#post-status-info {