Ticket #18939: 18968-menu-item-highlighting.diff

File 18968-menu-item-highlighting.diff, 469 bytes (added by iandstewart, 19 months ago)
Line 
1Index: wp-content/themes/twentyeleven/style.css
2===================================================================
3--- wp-content/themes/twentyeleven/style.css    (revision 18968)
4+++ wp-content/themes/twentyeleven/style.css    (working copy)
5@@ -614,6 +614,8 @@
6 #access ul li:hover > ul {
7        display: block;
8 }
9+#access .current-menu-item > a,
10+#access .current-menu-ancestor > a,
11 #access .current_page_item > a,
12 #access .current_page_ancestor > a {
13        font-weight: bold;