Fixing drop shadow bug in Safari for Twenty Ten dropdowns. Props iandstewart.

git-svn-id: https://develop.svn.wordpress.org/trunk@15162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-06-08 01:20:38 +00:00
parent 13d99f9a4b
commit 7c6cbce36a
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ div.menu li {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
width: 180px;
z-index: 99999;
}
#access ul ul li {