Skip to content

Commit f691a30

Browse files
authored
Merge pull request #56 from littlefinger42/master
Improving specifity of CSS selectors of examples on the README.md page Closed #54
2 parents 4ff78fc + d82aa99 commit f691a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(document).ready(function() {
5252
If your needs cool style, add styles by taste:
5353
```css
5454
/* for block of numbers */
55-
td.hljs-ln-numbers {
55+
.hljs-ln td.hljs-ln-numbers {
5656
-webkit-touch-callout: none;
5757
-webkit-user-select: none;
5858
-khtml-user-select: none;
@@ -70,7 +70,7 @@ td.hljs-ln-numbers {
7070
}
7171

7272
/* for block of code */
73-
td.hljs-ln-code {
73+
.hljs-ln td.hljs-ln-code {
7474
padding-left: 10px;
7575
}
7676
```

0 commit comments

Comments
 (0)