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

« back to all changes in this revision

Viewing changes to www/media/tutorial/tutorial.css

  • Committer: mattgiuca
  • Date: 2008-03-15 02:15:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:690
tutorial: Added new balls (orange and grey) for new tutorial features.
Extended CSS with extra list styles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
li.fail {
33
33
    list-style: url(../images/tutorial/fail.png);
34
34
}
 
35
li.semifail {
 
36
    list-style: url(../images/tutorial/semifail.png);
 
37
}
35
38
li.exception {
36
39
    list-style: url(../images/tutorial/exception.png);
37
40
}
38
41
 
 
42
li.complete {
 
43
    list-style: url(../images/tutorial/pass.png);
 
44
}
 
45
li.incomplete {
 
46
    list-style: url(../images/tutorial/incomplete.png);
 
47
}
 
48
 
39
49
/*
40
50
:Author: Edward Loper, James Curran
41
51
:Copyright: This stylesheet has been placed in the public domain.