-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocinfo.html
55 lines (46 loc) · 1.28 KB
/
docinfo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148219855-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148219855-1');
</script>
<link rel="stylesheet" href="https://docs.spring.io/spring/docs/5.0.x/spring-framework-reference/stylesheets/asciidoctor-spring.css" />
<style>
/*The same style with #header, #content, #footnotes, #footer which is located in asciidoctor-spring.css*/
#comments {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5em;
*zoom: 1;
position: relative;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
#toc {
display: flex;
flex-direction: column;
}
#scmUrlLeft{
margin-top: auto;
text-align: center;
}
#footer {
margin-top: 10vh;
}
#footer-text a {
color: white;
text-decoration: none;
line-height: inherit;
}
#footer-text a:hover,a:focus {
text-decoration: underline;
}
img {
border: 1px solid gainsboro;
}
</style>