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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/tutorial.css

Merged from new-dispatch branch.
This branch is now a child of new-dispatch (until that branch is merged with
    trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.exercise {
2
 
    background: #b1e2be url(../images/tutorial/signature.png) no-repeat top left;
 
2
    background: #b1e2be url(images/signature.png) no-repeat top left;
3
3
    color: navy;
4
4
    margin: 0 5% 0 1em;
5
5
    padding: 0 .5em .5em 25px;
22
22
 * bullets. */
23
23
 
24
24
li.check {
25
 
    list-style: url(../images/tutorial/check.png);
 
25
    list-style: url(images/check.png);
26
26
}
27
27
li.cross {
28
 
    list-style: url(../images/tutorial/cross.png);
 
28
    list-style: url(images/cross.png);
29
29
}
30
30
li.pass {
31
 
    list-style: url(../images/tutorial/pass.png);
 
31
    list-style: url(images/pass.png);
32
32
}
33
33
li.fail {
34
 
    list-style: url(../images/tutorial/fail.png);
 
34
    list-style: url(images/fail.png);
35
35
}
36
36
li.semifail {
37
 
    list-style: url(../images/tutorial/semifail.png);
 
37
    list-style: url(images/semifail.png);
38
38
}
39
39
li.exception {
40
 
    list-style: url(../images/tutorial/exception.png);
 
40
    list-style: url(images/exception.png);
41
41
}
42
42
 
43
43
li.complete {
44
 
    list-style: url(../images/tutorial/pass.png);
 
44
    list-style: url(images/pass.png);
45
45
}
46
46
li.incomplete {
47
 
    list-style: url(../images/tutorial/incomplete.png);
 
47
    list-style: url(images/incomplete.png);
48
48
}
49
49
li.semicomplete {
50
 
    list-style: url(../images/tutorial/semifail.png);
 
50
    list-style: url(images/semifail.png);
51
51
}
52
52
 
53
53
#tutorial-toc li.complete {
54
 
    list-style: url(../images/tutorial/tiny/complete.png);
 
54
    list-style: url(images/tiny/complete.png);
55
55
    margin-left: 1.5em;
56
56
}
57
57
#tutorial-toc li.incomplete {
58
 
    list-style: url(../images/tutorial/tiny/incomplete.png);
 
58
    list-style: url(images/tiny/incomplete.png);
59
59
    margin-left: 1.5em;
60
60
}
61
61
#tutorial-toc li.semicomplete {
62
 
    list-style: url(../images/tutorial/tiny/semicomplete.png);
 
62
    list-style: url(images/tiny/semicomplete.png);
63
63
    margin-left: 1.5em;
64
64
}
65
65