From 4dee1327f5708924e6a9e0cd3e08ee4e379f0b23 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 26 May 2010 02:27:37 +0000 Subject: [PATCH] In Twenty Ten, fix display of 2nd-level submenus in Opera (Win/Mac). props iandstewart, fixes #13511. git-svn-id: http://svn.automattic.com/wordpress/trunk@14921 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 2f6d5e3f9..a472c4dbd 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -408,9 +408,11 @@ 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 { + min-width: 180px; +} #access ul ul ul { left:100%; top:0;