More work on setup/installation process

This commit is contained in:
Duncan Sommerville 2014-12-03 18:04:47 -05:00
parent 6fd3acf651
commit 9fed113f74
19 changed files with 1072 additions and 198 deletions

View file

@ -0,0 +1,23 @@
.checklist {
overflow: auto;
height: 50%;
}
.caption {
padding-left: .5em;
}
.component {
font-weight: bold;
width: 20%;
}
.description, .solution {
width: 40%;
}
.footer {
margin: inherit;
width: inherit;
bottom: 0;
}