summary refs log tree commit diff stats
path: root/web/wizard.css
blob: bbfb2a15d6cdd369a788bf25cb290221d6c5bc73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#preamble, #form {
  width: 50%;
  min-width: 600px;
  margin: 0 auto 1em;
}

#images {
  text-indent: 0;
}

#images li {
  display: block;
  text-align: center;
}

#images li img {
  max-height: 400px;
}