Skip to content

Commit 27e7db8

Browse files
committed
Whoops, lower the targetting of the selectors.
1 parent 585af43 commit 27e7db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ code.xml { color: #600 } /* inline XML */
146146
.type { font-style: italic } /* A <type> value for a property */
147147

148148
/* Autolinks produced using Tab's preprocessor. */
149-
a[data-autolink="property"]::before, a[data-autolink="maybe"]::before {content: "\2018";}
150-
a[data-autolink="property"]::after, a[data-autolink="maybe"]::after {content: "\2019";}
149+
[data-autolink="property"]::before, [data-autolink="maybe"]::before {content: "\2018";}
150+
[data-autolink="property"]::after, [data-autolink="maybe"]::after {content: "\2019";}
151151

152152
dfn { font-weight: bolder; }
153153
a > i { font-style: normal; } /* Instance of term */

0 commit comments

Comments
 (0)