diff --git a/financer-web-client/src/main/resources/static/changelog.txt b/financer-web-client/src/main/resources/static/changelog.txt new file mode 100644 index 0000000..9b85f61 --- /dev/null +++ b/financer-web-client/src/main/resources/static/changelog.txt @@ -0,0 +1,4 @@ +v16 -> v17: +- Add this changelog to the footer +- Locale of the recurring transaction reminder email is now configurable +- Recurring transaction indicator in transaction overview (account details) is now properly translated \ No newline at end of file diff --git a/financer-web-client/src/main/resources/static/css/main.css b/financer-web-client/src/main/resources/static/css/main.css index 0251481..c5211ff 100644 --- a/financer-web-client/src/main/resources/static/css/main.css +++ b/financer-web-client/src/main/resources/static/css/main.css @@ -91,7 +91,7 @@ input[type=submit] { margin-top: 1em; } -#footer-container * { +#footer-container > hr, div { display: block; } @@ -99,7 +99,7 @@ input[type=submit] { width: 100%; } -#footer-container > span { +#footer-container > div { text-align: center; font-size: 0.9em; } diff --git a/financer-web-client/src/main/resources/templates/includes/footer.html b/financer-web-client/src/main/resources/templates/includes/footer.html index 8c9bd8b..e201761 100644 --- a/financer-web-client/src/main/resources/templates/includes/footer.html +++ b/financer-web-client/src/main/resources/templates/includes/footer.html @@ -1,4 +1,7 @@ \ No newline at end of file