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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-25 03:42:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:307
tutorial: Now each problem div has an ID. Added submit buttons which call
    JavaScript code to submit.
Added tutorial.js, which receives the submit request (currently stubbish).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.tuteproblem {
2
2
    border-top: black 1px solid;
3
3
    border-bottom: black 1px solid;
 
4
    padding-bottom: 1.2em;
4
5
}
5
6
 
6
7
.problembox {
7
8
    width: 100%;
8
 
    height: 12em;
9
 
    margin: 0 0 1.2em 0;
 
9
}
 
10
 
 
11
.problembuttons {
 
12
    text-align: right;
10
13
}