summary refs log tree commit diff stats
path: root/web/wizard.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/wizard.css')
-rw-r--r--web/wizard.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/wizard.css b/web/wizard.css new file mode 100644 index 0000000..bbfb2a1 --- /dev/null +++ b/web/wizard.css
@@ -0,0 +1,18 @@
1#preamble, #form {
2 width: 50%;
3 min-width: 600px;
4 margin: 0 auto 1em;
5}
6
7#images {
8 text-indent: 0;
9}
10
11#images li {
12 display: block;
13 text-align: center;
14}
15
16#images li img {
17 max-height: 400px;
18}