src/main/webapp/projects.css

changeset 81
1a2e7b5d48f7
parent 80
27a25f32048e
child 86
0a658e53177c
equal deleted inserted replaced
80:27a25f32048e 81:1a2e7b5d48f7
36 } 36 }
37 37
38 #version-stats td { 38 #version-stats td {
39 text-align: right; 39 text-align: right;
40 } 40 }
41
42 #project-attributes {
43 margin-bottom: 2em;
44 display: table;
45 }
46
47 .row {
48 display: table-row;
49 }
50
51 .caption {
52 font-weight: bold;
53 }
54
55 .row > div {
56 display: table-cell;
57 }
58
59 .row > div + div {
60 padding-left: 2em;
61 }
62
63 span.phase-2 {
64 text-decoration: line-through;
65 }

mercurial