File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 33
33
.qstart ,
34
34
.feature-list ,
35
35
.examples ,
36
- .api {
36
+ .api ,
37
+ .footer {
37
38
display : flex;
38
39
flex-wrap : wrap;
39
40
justify-content : center;
44
45
.qstart {
45
46
background-color : lightsteelblue;
46
47
}
48
+ .footer {
49
+ background-color : # 444 ;
50
+ color : # ccc ;
51
+ }
52
+
53
+
54
+ .footer-item {
55
+ padding : 5px 16px ;
56
+ }
57
+ .footer-item a {
58
+ color : # ccc ;
59
+ }
60
+
47
61
.feature-list {
48
62
text-align : left;
49
63
}
Original file line number Diff line number Diff line change 8
8
function gtag ( ) { dataLayer . push ( arguments ) ; }
9
9
gtag ( 'js' , new Date ( ) ) ;
10
10
11
- gtag ( 'config' , 'AB -132775238-1' ) ;
11
+ gtag ( 'config' , 'UA -132775238-1' ) ;
12
12
</ script >
13
13
14
14
< meta charset ="utf-8 ">
@@ -407,7 +407,10 @@ <h2> Examples & Demos</h2>
407
407
<!-- End of Examples -->
408
408
409
409
410
-
410
+ < div id ="footer " class ="footer container ">
411
+ < div class ="footer-item "> MIT Licence</ div >
412
+ < div class ="footer-item "> < a href ="https://github.com/mrin9/RapiDoc "> GitHub</ a > </ div >
413
+ < div class ="footer-item "> < a href ="https://www.npmjs.com/package/rapidoc "> npm</ a > </ div >
411
414
</ div >
412
415
413
416
File renamed without changes.
You can’t perform that action at this time.
0 commit comments