~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.tuteproblem {
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    padding-bottom: 1.2em;
}

.problembox {
    width: 100%;
}

.problembuttons {
    text-align: right;
}

/* Test case outputs are shown as a bulleted list, with these icons as the
 * bullets. */

li.pass {
    list-style: url(/ivle/media/images/tutorial/pass.png);
}
li.fail {
    list-style: url(/ivle/media/images/tutorial/fail.png);
}
li.exception {
    list-style: url(/ivle/media/images/tutorial/exception.png);
}