List for main-navigation

Hey guys, I am proposing to remove li in front of the current_page_item and current-menu-item. It's slightly more efficient without and of course all works the same :)
This commit is contained in:
Emil Uzelac 2013-12-02 20:31:15 -06:00
parent 3f4effb5f0
commit 9c6aff64f6
1 changed files with 2 additions and 2 deletions

View File

@ -446,8 +446,8 @@ a:active {
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */