Added table of calculated values to strength detail

This commit is contained in:
Stefan Zermatten
2015-05-18 14:13:28 +02:00
parent 4143929667
commit baffafb62a
4 changed files with 92 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
td {
padding: 8px;
&:nth-child(1) {
min-width: 100px;
}
}
.strengthTable{
width: 100%;
td{
&:nth-child(2) {
text-align: right;
}
&:nth-child(3) {
width: 250px;
}
}
}