From f64788ca602887d7f016a9bafec09debf4da9272 Mon Sep 17 00:00:00 2001 From: MK13 Date: Fri, 19 Jul 2019 00:07:51 +0200 Subject: [PATCH] Add changelog --- financer-web-client/src/main/resources/static/changelog.txt | 4 ++++ financer-web-client/src/main/resources/static/css/main.css | 4 ++-- .../src/main/resources/templates/includes/footer.html | 5 ++++- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 financer-web-client/src/main/resources/static/changelog.txt 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