Explorar el Código

Merge pull request #500 from elron/patch-21

fix classname li.current_page_ancestor
Eddie Machado hace 12 años
padre
commit
875aae5f66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */