소스 검색

fix classname li.current_page_ancestor

It was li.current-page-ancestor before. wordpress uses li.current_page_ancestor
elron 12 년 전
부모
커밋
3219094c60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/less/_481up.less

+ 1 - 1
library/less/_481up.less

@@ -61,7 +61,7 @@ NAVIGATION STYLES
 			/* highlight current page */
 			li.current-menu-item, 
 			li.current_page_item,
-			li.current-page-ancestor {
+			li.current_page_ancestor {
 				a {}
 			}  /* end current highlighters */
 		} /* end .menu ul */