src/main/webapp/projects.css

changeset 81
1a2e7b5d48f7
parent 80
27a25f32048e
child 86
0a658e53177c
     1.1 --- a/src/main/webapp/projects.css	Sun May 24 15:30:43 2020 +0200
     1.2 +++ b/src/main/webapp/projects.css	Sat May 30 15:26:15 2020 +0200
     1.3 @@ -37,4 +37,29 @@
     1.4  
     1.5  #version-stats td {
     1.6      text-align: right;
     1.7 -}
     1.8 \ No newline at end of file
     1.9 +}
    1.10 +
    1.11 +#project-attributes {
    1.12 +    margin-bottom: 2em;
    1.13 +    display: table;
    1.14 +}
    1.15 +
    1.16 +.row {
    1.17 +    display: table-row;
    1.18 +}
    1.19 +
    1.20 +.caption {
    1.21 +    font-weight: bold;
    1.22 +}
    1.23 +
    1.24 +.row > div {
    1.25 +    display: table-cell;
    1.26 +}
    1.27 +
    1.28 +.row > div + div {
    1.29 +    padding-left: 2em;
    1.30 +}
    1.31 +
    1.32 +span.phase-2 {
    1.33 +    text-decoration: line-through;
    1.34 +}

mercurial