Ticket #18374: 18374.diff

File 18374.diff, 569 bytes (added by mitchoyoshitaka, 22 months ago)
Line 
1Index: wp-content/themes/twentyeleven/style.css
2===================================================================
3--- wp-content/themes/twentyeleven/style.css    (revision 18526)
4+++ wp-content/themes/twentyeleven/style.css    (working copy)
5@@ -1675,6 +1675,16 @@
6        font-weight: bold;
7        line-height: 2.2em;
8 }
9+#content nav a:focus,
10+#content nav a:active,
11+#content nav a:hover {
12+       text-decoration: none;
13+}
14+#content nav a[href]:focus,
15+#content nav a[href]:active,
16+#content nav a[href]:hover {
17+       text-decoration: underline;
18+}
19 #nav-above {
20        padding: 0 0 1.625em;
21 }