mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
6f01187d74
commit
4dee1327f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user