From a6e99da98f26d4693d098810181d5b2cf9a13481 Mon Sep 17 00:00:00 2001 From: iammattthomas 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: http://svn.automattic.com/wordpress/trunk@15162 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 6ad6b57f9..b5dcd0db2 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 {