Tweak footer.php

* add a new row for the version info
* add links to the current tags
* make the updates URLs go to the latest GitHub release
* color the heart icon red
* remove "Version" from links; the tags are prefixed with "v"

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-21 19:58:29 +03:00
parent b6d1392948
commit 36eb877a31
2 changed files with 65 additions and 23 deletions

View File

@@ -285,3 +285,12 @@
.user-panel > .info i {
margin-right: 3px;
}
.row-centered > div[class^=col-] {
display: inline-block;
float: none;
}
.version-info {
margin-top: 10px;
}