Improve recent release list

- fix unwanted trailing separator
- better styling for the items
- more semantic markup (also enables improved CSS)
This commit is contained in:
Tim Bannister
2021-10-03 21:30:09 +01:00
parent 129b15b0a3
commit 4dc09070ee
3 changed files with 64 additions and 22 deletions
+10
View File
@@ -189,6 +189,10 @@ other = "Read about"
[main_read_more]
other = "Read more"
[not_applicable]
# Localization teams: it's OK to use a longer text here
other = "n/a"
[note]
other = "Note:"
@@ -207,6 +211,12 @@ other = "Before you begin"
[previous_patches]
other = "Patch Releases:"
[release_date_after]
other = ")"
[release_date_before]
other = "(released: "
[seealso_heading]
other = "See Also"