From 9c6aff64f6081c744cc95180cfb310ce3ce110cf Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Mon, 2 Dec 2013 20:31:15 -0600 Subject: [PATCH] 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 :) --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dd1330e1..2b57ad2e 100644 --- a/style.css +++ b/style.css @@ -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 */