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 11title : Dotty Documentation
2+ repository_url : " http://github.com/lampepfl/dotty"
23baseurl : " "
34theme : minima
45gems :
Original file line number Diff line number Diff line change 1616 </ a >
1717 < div id ="content ">
1818 < 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 >
1922 {{ content }}
2023 </ div >
2124 < div id ="toc ">
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ div#container {
7070 }
7171
7272 div #content {
73+ position : relative ;
7374 margin-top : $distance-top ;
7475 width : $content-width - $toc-width ;
7576 float : right ;
@@ -150,6 +151,12 @@ div#container {
150151 }
151152}
152153
154+ div .edit-docs {
155+ position : absolute ;
156+ top : 8px ;
157+ right : 0 ;
158+ }
159+
153160h1 #search {
154161 margin-top : 50px ;
155162}
You can’t perform that action at this time.
0 commit comments