File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="col-lg-2 col-md-3 widget-nav hfull ">
8
8
< div class ="documentation-menu ">
9
9
{{ content | toc_generate }}
10
- </ div >
11
- < div class ="documentation-menu-footer ">
12
- < p class ="version "> Version {{ site.version }}</ p >
13
- < ul class ="list-doc-links ">
14
- < li class ="doc-footer-github "> < a href ="http://github.com/algolia/instantsearch.js "> < i class ="fa fa-github "> </ i > < span > GitHub Repository </ span > </ a > </ li >
15
- < li class ="doc-footer-github "> < a href ="http ://github .com/algolia/instantsearch.js "> < i class ="fa fa-code-fork "> </ i > < span > Report an Issue </ span > </ a > </ li >
16
- < li class =" doc-footer-stackoverflow " > < a href =" https://stackoverflow.com/tags/algolia " > < i class =" fa fa-stack-overflow " > </ i > < span > Ask StackOverflow </ span > </ a > </ li >
17
- </ ul >
10
+
11
+ < div class ="documentation-menu-footer ">
12
+ < p class ="version "> Current version : {{ site.version }}</ p >
13
+ < ul class ="list-doc-links ">
14
+ < li class ="doc-footer-github "> < a href ="http://github.com/algolia/instantsearch.js "> < i class ="fa fa-github "> </ i > < span > Contribute on Github </ span > </ a > </ li >
15
+ < li class ="doc-footer-stackoverflow "> < a href ="https ://stackoverflow .com/tags/algolia "> < i class ="fa fa-stack-overflow "> </ i > < span > Ask StackOverflow </ span > </ a > </ li >
16
+ </ ul >
17
+ </ div >
18
18
</ div >
19
19
</ div >
20
20
< div class ="col-lg-10 col-md-9 widget-description hfull ">
Original file line number Diff line number Diff line change 6
6
background-color : $gray-light
7
7
8
8
.documentation-menu
9
- height : calc( 100% - 86 px )
9
+ height : 100%
10
10
overflow-y : scroll
11
11
padding : 0
12
12
font-size : 1.3em
35
35
list-style : none
36
36
37
37
.documentation-menu-footer
38
- position : absolute
39
- bottom : 0
40
- left : 0
41
- background : $dark-blue
42
38
width : 100%
43
- height : 86px
44
- text-align : center
39
+ font-size : 14px
40
+ text-align : left
41
+ margin-top : 14px
45
42
.version
46
- padding : 4px
47
- background : #fff
43
+ margin : 0
48
44
.list-doc-links
49
- display : table
50
- font-size : 2em
51
45
color : #eee
52
46
padding : 0
53
47
width : 100%
54
48
li
55
- display : table-cell
49
+ font-size : 18 px
56
50
margin : auto
51
+ .fa
52
+ width : 30px
57
53
span
58
- display : none
54
+ font-size : 14px
55
+ color : black
56
+ & :hover
57
+ color : $brand-primary
58
+ text-decoration : none
59
59
.doc-footer-github a
60
- color : white
60
+ color : black
61
61
.doc-footer-stackoverflow a
62
62
color : #F89A00
63
63
You can’t perform that action at this time.
0 commit comments