| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 150dd36 commit fc0fbf1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ | |||
| 2 | 2 | @// point at the new location. | |
| 3 | 3 | * [About these Docs](documentation.html) | |
| 4 | 4 | * [Usage & Example](synopsis.html) | |
| 5 | + | ||
| 6 | + <div class="line"></div> | ||
| 7 | + | ||
| 5 | 8 | * [Assertion Testing](assert.html) | |
| 6 | 9 | * [Buffer](buffer.html) | |
| 7 | 10 | * [C/C++ Addons](addons.html) | |
@@ -39,3 +42,8 @@ | |||
| 39 | 42 | * [V8](v8.html) | |
| 40 | 43 | * [VM](vm.html) | |
| 41 | 44 | * [ZLIB](zlib.html) | |
| 45 | + | ||
| 46 | + <div class="line"></div> | ||
| 47 | + | ||
| 48 | + * [GitHub Repo & Issue Tracker](https://github.com/nodejs/node) | ||
| 49 | + * [Mailing List](http://groups.google.com/group/nodejs) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,6 +92,12 @@ em code { | |||
| 92 | 92 | font-size: .8em; | |
| 93 | 93 | } | |
| 94 | 94 | ||
| 95 | + .line { | ||
| 96 | + width: calc(100% - 1em); | ||
| 97 | + display: block; | ||
| 98 | + padding-bottom: 1px; | ||
| 99 | + } | ||
| 100 | + | ||
| 95 | 101 | .api_stability { | |
| 96 | 102 | color: white !important; | |
| 97 | 103 | margin: 0 0 1em 0; | |
@@ -207,6 +213,12 @@ header h1 { | |||
| 207 | 213 | padding-top: 1em; | |
| 208 | 214 | } | |
| 209 | 215 | ||
| 216 | + #apicontent .line { | ||
| 217 | + width: calc(50% - 1em); | ||
| 218 | + margin: 1em 1em .95em; | ||
| 219 | + background-color: #ccc; | ||
| 220 | + } | ||
| 221 | + | ||
| 210 | 222 | #toc + h1 { | |
| 211 | 223 | margin-top: 1em; | |
| 212 | 224 | padding-top: 0; | |
@@ -388,17 +400,34 @@ a code { | |||
| 388 | 400 | ||
| 389 | 401 | #column2 ul { | |
| 390 | 402 | list-style: none; | |
| 391 | - margin: 1.25em 0; | ||
| 403 | + margin: .9em 0 .5em; | ||
| 392 | 404 | background: #333; | |
| 393 | 405 | } | |
| 394 | 406 | ||
| 407 | + #column2 > :first-child { | ||
| 408 | + margin: 1.25em 1em; | ||
| 409 | + } | ||
| 410 | + | ||
| 411 | + #column2 > ul:nth-child(2) { | ||
| 412 | + margin: 1.25em 0 .5em; | ||
| 413 | + } | ||
| 414 | + | ||
| 415 | + #column2 > ul:last-child { | ||
| 416 | + margin: .9em 0 1.25em; | ||
| 417 | + } | ||
| 418 | + | ||
| 395 | 419 | #column2 ul li { | |
| 396 | 420 | padding-left: 1.4em; | |
| 397 | 421 | margin-bottom: .5em; | |
| 398 | 422 | padding-bottom: .5em; | |
| 399 | 423 | font-size: .8em; | |
| 400 | 424 | } | |
| 401 | 425 | ||
| 426 | + #column2 .line { | ||
| 427 | + margin: 0 .5em; | ||
| 428 | + background-color: #707070; | ||
| 429 | + } | ||
| 430 | + | ||
| 402 | 431 | #column2 ul li:last-child { | |
| 403 | 432 | margin-bottom: 0; | |
| 404 | 433 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments