From f7b760813126697bbbb992e6cce53ce15dc87ed6 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sun, 23 May 2010 22:01:03 +0000 Subject: [PATCH] In twenty ten, make the dropdown menu's shadow fit to the width of the dropdown. Props wds-chris and ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@14823 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 319344c321..5879c98547 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -408,6 +408,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:150px; z-index: 99999; } #access ul ul ul {