File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
< br />
2
2
< br />
3
3
< section id ="{{ include.id }} ">
4
- < h2 > {{ include.title }}</ h2 >
5
- < div > {{ include.content }}</ div >
6
- < br >
7
- < a class ="button " href ="{{ include.editPath }}/{{ include.file }} ">
4
+ < a class ="button edit-docs " href ="{{ include.editPath }}/{{ include.file }} ">
8
5
< i class ="fa fa-pencil fa-fw "> </ i >
9
- < span class ="network-name ">
10
- Edit {{ include.title }} Docs
11
- </ span >
6
+ < span class ="network-name "> Edit</ span >
12
7
</ a >
8
+ < h2 > {{ include.title }}</ h2 >
9
+ < div > {{ include.content }}</ div >
13
10
</ section >
Original file line number Diff line number Diff line change 6
6
.fa-2x :hover {
7
7
opacity : 0.85 ;
8
8
}
9
+
10
+ .edit-docs {
11
+ float : right ;
12
+ }
13
+
14
+ /* Portrait */
15
+ @media (max-width : 850px ) {
16
+ .edit-docs {
17
+ display : none ;
18
+ }
19
+ }
You can’t perform that action at this time.
0 commit comments