aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-10 15:33:21 +0200
committerJasper Van der Jeugt2020-08-10 15:33:21 +0200
commit35453c590cae70e917bbafa61389044cb8ee7373 (patch)
treeb7c9769ef107c0a2ab95b1577cb78eed5f3efee9 /client
parentc4938ecf7e6b988bdfeaea56e367c5fbfc9dd858 (diff)
Include version info
Diffstat (limited to 'client')
-rw-r--r--client/index.html1
-rw-r--r--client/style.css11
2 files changed, 8 insertions, 4 deletions
diff --git a/client/index.html b/client/index.html
index 007dc5c..274f533 100644
--- a/client/index.html
+++ b/client/index.html
@@ -46,5 +46,6 @@
connect();
</script>
+ <footer>CaFP version $CAFP_VERSION</footer>
</body>
</html>
diff --git a/client/style.css b/client/style.css
index ff25dd5..90e6a03 100644
--- a/client/style.css
+++ b/client/style.css
@@ -32,10 +32,8 @@ h1::after {
}
.main {
- position: absolute;
- top: 0px;
- left: 286px;
- right: 18px;
+ margin-left: 286px;
+ margin-right: 18px;
}
}
@@ -119,3 +117,8 @@ button, input {
.authors {
margin-top: 6px;
}
+
+footer {
+ font-size: 12px;
+ margin: 60px auto 60px auto;
+}