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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-11 06:48:01 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211064801-ph29tkauihtrb1a7
Add a normal border-radius directive to exercises, so WebKit gets curved corners too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    border-top: 1px solid gray;
9
9
    border-bottom: 2px solid gray;
10
10
    -moz-border-radius: 10px;
 
11
    border-radius: 10px;
11
12
}
12
13
 
13
14
.exercisebox, .runoutput {