File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
project/resources/referenceReplacements/_layouts
scaladoc-testcases/docs/_layouts
scaladoc/resources/dotty_res/styles Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,5 @@ <h1>{{ page.title }}</h1>
14
14
{% endif %}
15
15
</ header >
16
16
{{ content }}
17
- < div class ="content-contributors hidden ">
18
- < span > < b > Contributors to this page</ b > </ span >
19
- < div id ="documentation-contributors " class ="contributors-container "> </ div >
20
- </ div >
21
17
</ main >
22
18
Original file line number Diff line number Diff line change 48
48
</ a >
49
49
{% endif %}
50
50
</ nav >
51
+ < div class ="content-contributors hidden ">
52
+ < span > < b > Contributors to this page</ b > </ span >
53
+ < div id ="documentation-contributors " class ="contributors-container "> </ div >
54
+ </ div >
51
55
</ div >
Original file line number Diff line number Diff line change 43
43
</ a >
44
44
{% endif %}
45
45
</ nav >
46
+ < div class ="content-contributors hidden ">
47
+ < span > < b > Contributors to this page</ b > </ span >
48
+ < div id ="documentation-contributors " class ="contributors-container "> </ div >
49
+ </ div >
46
50
</ div >
Original file line number Diff line number Diff line change 21
21
</ a >
22
22
{% endif %}
23
23
</ nav >
24
+ < div class ="content-contributors hidden ">
25
+ < span > < b > Contributors to this page</ b > </ span >
26
+ < div id ="documentation-contributors " class ="contributors-container "> </ div >
27
+ </ div >
24
28
</ div >
Original file line number Diff line number Diff line change @@ -1121,7 +1121,8 @@ footer .socials {
1121
1121
.arrows-wrapper {
1122
1122
display : flex;
1123
1123
justify-content : space-between;
1124
- padding-top : 10px ;
1124
+ padding-top : 16px ;
1125
+ padding-bottom : 16px ;
1125
1126
}
1126
1127
1127
1128
.arrows {
You can’t perform that action at this time.
0 commit comments