Fix child menu styling inheritance. See #587

This commit is contained in:
Tim Moore 2014-09-21 09:47:04 -06:00
parent b9191d970e
commit bdab57a53f
1 changed files with 4 additions and 3 deletions

View File

@ -55,8 +55,9 @@
text-decoration: none; text-decoration: none;
} }
.current_page_item a, .current_page_item > a,
.current-menu-item a { .current-menu-item > a,
.current_page_ancestor > a {
} }
} }
@ -96,4 +97,4 @@
float: right; float: right;
text-align: right; text-align: right;
width: 50%; width: 50%;
} }