In twenty ten, make the dropdown menu's shadow fit to the width of the dropdown. Props wds-chris and ocean90.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-05-23 22:01:03 +00:00
parent 75897a5ee3
commit 8b523fad45
1 changed files with 1 additions and 0 deletions

View File

@ -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 {