File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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
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 @@ -58,6 +58,12 @@ em code {
58
58
font-size : .8em ;
59
59
}
60
60
61
+ .line {
62
+ width : calc (100% - 1em );
63
+ display : block;
64
+ padding-bottom : 1px ;
65
+ }
66
+
61
67
.api_stability {
62
68
color : white !important ;
63
69
margin : 0 0 1em 0 ;
@@ -173,6 +179,12 @@ header h1 {
173
179
padding-top : 1em ;
174
180
}
175
181
182
+ # apicontent .line {
183
+ width : calc (50% - 1em );
184
+ margin : 1em 1em .95em ;
185
+ background-color : # ccc ;
186
+ }
187
+
176
188
# toc + h1 {
177
189
margin-top : 1em ;
178
190
padding-top : 0 ;
@@ -351,17 +363,34 @@ a code {
351
363
352
364
# column2 ul {
353
365
list-style : none;
354
- margin : 1.25 em 0 ;
366
+ margin : .9 em 0 .5 em ;
355
367
background : # 333 ;
356
368
}
357
369
370
+ # column2 > : first-child {
371
+ margin : 1.25em 1em ;
372
+ }
373
+
374
+ # column2 > ul : nth-child (2 ) {
375
+ margin : 1.25em 0 .5em ;
376
+ }
377
+
378
+ # column2 > ul : last-child {
379
+ margin : .9em 0 1.25em ;
380
+ }
381
+
358
382
# column2 ul li {
359
383
padding-left : 1.4em ;
360
384
margin-bottom : .5em ;
361
385
padding-bottom : .5em ;
362
386
font-size : .8em ;
363
387
}
364
388
389
+ # column2 .line {
390
+ margin : 0 .5em ;
391
+ background-color : # 707070 ;
392
+ }
393
+
365
394
# column2 ul li : last-child {
366
395
margin-bottom : 0 ;
367
396
}
You can’t perform that action at this time.
0 commit comments