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

« back to all changes in this revision

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

  • Committer: drtomc
  • Date: 2008-02-03 23:13:28 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:393
Fix a minor problem with the css for tutorials. The test response (pass/fail) icons used absolute url paths. We've changed them so that now they are relative.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * bullets. */
17
17
 
18
18
li.pass {
19
 
    list-style: url(/ivle/media/images/tutorial/pass.png);
 
19
    list-style: url(../images/tutorial/pass.png);
20
20
}
21
21
li.fail {
22
 
    list-style: url(/ivle/media/images/tutorial/fail.png);
 
22
    list-style: url(../images/tutorial/fail.png);
23
23
}
24
24
li.exception {
25
 
    list-style: url(/ivle/media/images/tutorial/exception.png);
 
25
    list-style: url(../images/tutorial/exception.png);
26
26
}
27
27
 
28
28
/*