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
This commit is contained in:
nacin 2010-05-26 02:27:37 +00:00
parent 6f01187d74
commit 4dee1327f5
1 changed files with 3 additions and 1 deletions

View File

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