We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffeda4 commit 581f254Copy full SHA for 581f254
doc/build.gradle
@@ -197,6 +197,7 @@ html {
197
'javascript/mp-nav.js',
198
'javascript/versionswitcher.js',
199
'javascript/version.js',
200
+ '//s3.amazonaws.com/feedback.neo4jlabs.com/feedback.js',
201
'//s3-eu-west-1.amazonaws.com/alpha.neohq.net/docs/new-manual/assets/search.js',
202
].join(" ")
203
def styles = [
doc/css/extra.css
@@ -135,3 +135,22 @@ a {
135
#toc ul.sectlevel0 > li > a {
136
font-style: normal;
137
}
138
+
139
+html {
140
+ height: 100%;
141
+}
142
+body {
143
+ min-height: 100%;
144
+ display: grid;
145
+ grid-template-rows: 1fr auto;
146
147
148
+footer {
149
+ background:#5dade2;
150
+ grid-row-start: 2;
151
+ grid-row-end: 3;
152
153
154
+p.simpara {
155
+ margin-bottom: 0;
156
0 commit comments