add a version footer to main pages

This commit is contained in:
ansuz
2017-03-14 14:34:13 +01:00
parent f10149db1c
commit 805e26bc07
9 changed files with 23 additions and 0 deletions

View File

@@ -18,4 +18,12 @@
font-size: 1.2em;
font-weight: bold;
}
div.version-footer {
background-color: @old-base;
color: @old-fore;
text-align: center;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
}