File tree 2 files changed +16
-8
lines changed
docs/angular-meteor/client
stylesheets/content/api_tutorial
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ <h2>{{title}}</h2>
45
45
</ template >
46
46
47
47
< template name ="apiSelector ">
48
- < h2 > < a href =" /{{tutorialLink}} " > API Reference</ a > </ h2 >
48
+ < h2 > API Reference</ h2 >
49
49
{{#each angularVersions}}
50
50
{{#angularVersionLink}}
51
51
< h4 > {{title}}</ h4 >
@@ -55,13 +55,15 @@ <h4>{{title}}</h4>
55
55
56
56
< template name ="sidebarDefaultAPI ">
57
57
< div class ="col-md-3 left-menu ">
58
- {{> apiSelector }} < br />
59
- API Version:
60
- < select id ="api-selector ">
61
- {{#each apis}}
62
- < option value ="{{this}} " selected ="{{currentApi this}} "> {{this}}</ option >
63
- {{/each}}
64
- </ select >
58
+ {{> apiSelector }} < br />
59
+ < div class ="version-selector ">
60
+ API Version:
61
+ < select id ="api-selector ">
62
+ {{#each apis}}
63
+ < option value ="{{this}} " selected ="{{currentApi this}} "> {{this}}</ option >
64
+ {{/each}}
65
+ </ select >
66
+ </ div >
65
67
< ul class ="nav ">
66
68
{{#each pages}}
67
69
< li id ='{{id}} '>
Original file line number Diff line number Diff line change 8
8
background-color : @background-color ;
9
9
font-size : 1rem ;
10
10
11
+ .version-selector {
12
+ padding : 10px 3em ;
13
+ margin-top : 10px ;
14
+ font-weight : bold ;
15
+ }
16
+
11
17
h2 {
12
18
margin-left : 1rem ;
13
19
}
You can’t perform that action at this time.
0 commit comments