diff css/core.css @ 2842:86d80826db3a

#155 Add footer to all pages
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 12:56:45 +0100
parents fc22f93a00da
children 151fae569ce9
line wrap: on
line diff
--- a/css/core.css	Tue Apr 25 12:52:43 2017 +0100
+++ b/css/core.css	Tue Apr 25 12:56:45 2017 +0100
@@ -8,6 +8,12 @@
     margin-bottom: 10px;
     font-size: 2em;
 }
+div#footer {
+    position: fixed;
+    bottom: 0px;
+    width: 100%;
+    text-align: center;
+}
 div.indicator-box {
     position: absolute;
     left: 150px;