# HG changeset patch # User Nicholas Jillings # Date 1493121405 -3600 # Node ID 86d80826db3a0c67c8e2c796616094e3263f444e # Parent 75feafa06f01bdfb861795999f8ba5d42e9dcd2a #155 Add footer to all pages diff -r 75feafa06f01 -r 86d80826db3a css/core.css --- 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; diff -r 75feafa06f01 -r 86d80826db3a test.html --- a/test.html Tue Apr 25 12:52:43 2017 +0100 +++ b/test.html Tue Apr 25 12:56:45 2017 +0100 @@ -37,6 +37,7 @@ +