From 7c6cbce36a47608f6cbe67e8ff8be994b80960c6 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Tue, 8 Jun 2010 01:20:38 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 6ad6b57f97..b5dcd0db29 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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 {