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

« back to all changes in this revision

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

  • Committer: stevenbird
  • Date: 2008-02-20 00:16:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:518
Cleaned up display of test results:
* use different icons for test_case_parts (check and cross)
* don't print Pass/Fail tags or return string for test_case_parts

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
/* Test case outputs are shown as a bulleted list, with these icons as the
21
21
 * bullets. */
22
22
 
 
23
li.check {
 
24
    list-style: url(../images/tutorial/check.png);
 
25
}
 
26
li.cross {
 
27
    list-style: url(../images/tutorial/cross.png);
 
28
}
23
29
li.pass {
24
30
    list-style: url(../images/tutorial/pass.png);
25
31
}