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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-03-24 06:27:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1290.
  • Revision ID: grantw@unimelb.edu.au-20090324062719-vkyr5xyaai90v7xs
Unindent test cases, and remove the Test Cases heading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
/* Test cases */
38
38
 
39
39
.test_cases > ul {
40
 
  padding: 0em 0 0 0.5em;
 
40
  padding: 0;
41
41
}
42
42
 
43
43
.test_cases > ul > li {
44
 
  margin: 0.5em;
 
44
  margin: 0.5em 0;
45
45
  border: 1px solid #aaa;
46
46
}
47
47