mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Twenty Thirteen: minor CSS cleanup for navigation, props gorgoglionemeister. Closes #24651.
git-svn-id: http://core.svn.wordpress.org/trunk@24542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c9f348113b
commit
6be5522081
@ -24,11 +24,6 @@ Styles for older IE versions (previous to IE9).
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-menu .sub-menu,
|
||||
.nav-menu .children {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.nav-menu .sub-menu ul,
|
||||
.nav-menu .children ul {
|
||||
left: 100%;
|
||||
|
@ -860,15 +860,12 @@ div.nav-menu > ul {
|
||||
.nav-menu .sub-menu,
|
||||
.nav-menu .children {
|
||||
background-color: #220e10;
|
||||
border: 2px solid rgba(247, 245, 231, 1);
|
||||
border: 2px solid #f7f5e7;
|
||||
border-top: 0;
|
||||
color: #fff;
|
||||
display: none;
|
||||
float: left;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
left: -2px;
|
||||
top: 45px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user