diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 219ded3689..4a492cb234 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -438,12 +438,14 @@ div.menu li { display: block; } #access ul li.current_page_item > a, +#access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #fff; } * html #access ul li.current_page_item a, +* html #access ul li.current_page_ancestor a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a,