diff -r 2e0669e814ff -r 9d0be0b1580f src/main/webapp/projects.css --- a/src/main/webapp/projects.css Thu Oct 08 20:16:47 2020 +0200 +++ b/src/main/webapp/projects.css Thu Oct 08 20:38:43 2020 +0200 @@ -65,7 +65,7 @@ background: green; } -.issue-tag { +.issue-tag, .version-tag { padding: .1em 2ex .1em 2ex; display: inline-block; box-sizing: border-box; @@ -102,10 +102,36 @@ .issue-tag.phase-1 { background: gold; - color: black; } .issue-tag.phase-2 { background: green; } +div.version-icon { + display: inline-block; + width: .5em; + height: .5em; + margin-right: .25em; +} + +.version-Future { + background: lightskyblue; +} + +.version-Unreleased { + background: steelblue; +} + +.version-Released { + background: limegreen; +} + +.version-LTS { + background: gold; +} + +.version-Deprecated { + color: lightgray; + background: darkgray; +}