File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
title : Dotty Documentation
2
+ repository_url : " http://github.com/lampepfl/dotty"
2
3
baseurl : " "
3
4
theme : minima
4
5
gems :
Original file line number Diff line number Diff line change 16
16
</ a >
17
17
< div id ="content ">
18
18
< h1 > {{ page.title }}</ h1 >
19
+ < div class ="edit-docs ">
20
+ < a href ="{{site.repository_url}}/edit/master/docs/{{page.path}} "> [edit on github]</ a >
21
+ </ div >
19
22
{{ content }}
20
23
</ div >
21
24
< div id ="toc ">
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ div#container {
70
70
}
71
71
72
72
div #content {
73
+ position : relative ;
73
74
margin-top : $distance-top ;
74
75
width : $content-width - $toc-width ;
75
76
float : right ;
@@ -150,6 +151,12 @@ div#container {
150
151
}
151
152
}
152
153
154
+ div .edit-docs {
155
+ position : absolute ;
156
+ top : 8px ;
157
+ right : 0 ;
158
+ }
159
+
153
160
h1 #search {
154
161
margin-top : 50px ;
155
162
}
You can’t perform that action at this time.
0 commit comments