In Twenty Ten, fix display of 2nd-level submenus in Opera (Win/Mac). props iandstewart, fixes #13511.

git-svn-id: https://develop.svn.wordpress.org/trunk@14921 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-26 02:27:37 +00:00
parent bbc30c03e4
commit dbfecf9e65
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;