diff -r 27a25f32048e -r 1a2e7b5d48f7 src/main/webapp/projects.css --- a/src/main/webapp/projects.css Sun May 24 15:30:43 2020 +0200 +++ b/src/main/webapp/projects.css Sat May 30 15:26:15 2020 +0200 @@ -37,4 +37,29 @@ #version-stats td { text-align: right; -} \ No newline at end of file +} + +#project-attributes { + margin-bottom: 2em; + display: table; +} + +.row { + display: table-row; +} + +.caption { + font-weight: bold; +} + +.row > div { + display: table-cell; +} + +.row > div + div { + padding-left: 2em; +} + +span.phase-2 { + text-decoration: line-through; +}