~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-19 23:12:46 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:515
Propagated "problem" -> "exercise" nomenclature change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.tuteproblem {
 
1
.exercise {
2
2
    background: #eeeeff url(../images/tutorial/signature.png) no-repeat top left;
3
3
    color: navy;
4
4
    margin: 0 5% 0 1em;
9
9
    border-bottom: 1px solid gray;
10
10
}
11
11
 
12
 
.problembox, .runoutput {
 
12
.exercisebox, .runoutput {
13
13
    width: 80%;
14
14
}
15
15
 
16
 
.problembuttons {
 
16
.exercisebuttons {
17
17
    text-align: right;
18
18
}
19
19