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

@@ -558,6 +558,14 @@
font-size: 1.2em;
font-weight: bold;
}
.cp footer div.version-footer {
background-color: #302B28;
color: #fafafa;
text-align: center;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
html.cp,
.cp body {
font-size: .875em;