File tree Expand file tree Collapse file tree 11 files changed +47
-13
lines changed Expand file tree Collapse file tree 11 files changed +47
-13
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ footer .container-fluid {
320
320
321
321
.gt-separated {
322
322
list-style : none;
323
+ padding : 0 ;
323
324
}
324
325
325
326
.gt-separated li {
@@ -487,14 +488,19 @@ span.top-level-variable-type {
487
488
488
489
.sidebar-offcanvas-left {
489
490
background-color : # f7f7f7 ;
491
+ padding : 0 ;
490
492
}
491
493
492
494
.sidebar ol {
493
495
list-style : none;
494
- padding : 16px 0 16px 0 ;
495
496
font-size : 14px ;
496
497
line-height : 24px ;
497
498
margin-bottom : 0 ;
499
+ padding : 0 ;
500
+ }
501
+
502
+ .sidebar-offcanvas-left ol {
503
+ padding : 16px ;
498
504
}
499
505
500
506
.sidebar ol li {
@@ -564,7 +570,6 @@ button {
564
570
transition : all .25s ease-out;
565
571
z-index : 2000 ;
566
572
top : 0 ;
567
- padding-left : 15px ;
568
573
width : 280px ; /* works all the way down to an iphone 4 */
569
574
height : 100% ;
570
575
background-color : white;
@@ -578,10 +583,17 @@ button {
578
583
579
584
.sidebar h5 {
580
585
color : # 727272 ;
586
+ padding-bottom : 16px ;
581
587
}
582
588
583
589
.sidebar-offcanvas-left h5 {
584
- margin-top : 16px ;
590
+ border-bottom : 1px solid # dddddd ;
591
+ padding : 16px ;
592
+ }
593
+
594
+ .sidebar-offcanvas-left h5 : last-of-type {
595
+ border : 0 ;
596
+ padding : 16px 16px 0 16px ;
585
597
}
586
598
587
599
/* the right nav disappears out of view when the window shrinks */
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 col-md-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{library.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
7
+
5
8
{{> sidebar_for_library}}
6
9
</ div >
7
10
Original file line number Diff line number Diff line change 2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
4
5
- < h5 > {{class.name}}</ h5 >
5
+ {{#navLinks}}
6
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
7
+ {{/navLinks}}
6
8
7
9
{{> sidebar_for_class}}
8
10
Original file line number Diff line number Diff line change 2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
4
5
- < h5 > {{class.name}}</ h5 >
5
+ {{#navLinks}}
6
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
7
+ {{/navLinks}}
6
8
7
9
{{> sidebar_for_class}}
8
10
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{library.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
5
7
{{> sidebar_for_library}}
6
8
</ div > <!--/.sidebar-offcanvas-left-->
7
9
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 col-md-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{package.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
7
+
5
8
< ol >
6
9
< li class ="section-title "> < a href ="index.html "> Libraries</ a > </ li >
7
10
{{#package.libraries}}
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{class.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
5
7
6
8
{{> sidebar_for_class}}
7
9
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{class.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
5
7
6
8
{{> sidebar_for_class}}
7
9
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{library.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
5
7
{{> sidebar_for_library}}
6
8
</ div > <!--/.sidebar-offcanvas-left-->
7
9
Original file line number Diff line number Diff line change 1
1
{{> head}}
2
2
3
3
< div class ="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left ">
4
- < h5 > {{library.name}}</ h5 >
4
+ {{#navLinks}}
5
+ < h5 > < a href ="{{href}} "> {{name}}</ a > </ h5 >
6
+ {{/navLinks}}
5
7
{{> sidebar_for_library}}
6
8
</ div > <!--/.sidebar-offcanvas-left-->
7
9
You can’t perform that action at this time.
0 commit comments