| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e91f3e commit 91f5324
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | * [About this documentation](documentation.html) | |
| 9 | 9 | * [Usage and example](synopsis.html) | |
| 10 | 10 | ||
| 11 | - <div class="line"></div> | ||
| 11 | + <hr class="line"/> | ||
| 12 | 12 | ||
| 13 | 13 | * [Assertion testing](assert.html) | |
| 14 | 14 | * [Async hooks](async_hooks.html) | |
@@ -62,6 +62,6 @@ | |||
| 62 | 62 | * [Worker threads](worker_threads.html) | |
| 63 | 63 | * [Zlib](zlib.html) | |
| 64 | 64 | ||
| 65 | - <div class="line"></div> | ||
| 65 | + <hr class="line"/> | ||
| 66 | 66 | ||
| 67 | 67 | * [Code repository and issue tracker](https://github.com/nodejs/node) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -524,7 +524,7 @@ a code { | |||
| 524 | 524 | ||
| 525 | 525 | #column2 .line { | |
| 526 | 526 | margin: 0 .5rem; | |
| 527 | - background-color: #707070; | ||
| 527 | + border-color: #707070; | ||
| 528 | 528 | } | |
| 529 | 529 | ||
| 530 | 530 | #column2 ul li:last-child { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments