~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-18 03:44:49 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:490
* new styling to make problem boxes stand out from the text
* pen icon for top-left corner of problem boxes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.tuteproblem {
2
 
    border-top: black 1px solid;
3
 
    border-bottom: black 1px solid;
4
 
    padding-bottom: 1.2em;
 
2
    background: #eeeeff url(../images/tutorial/signature.png) no-repeat top left;
 
3
    color: navy;
 
4
    margin: 0 5% 0 0;
 
5
    padding: 0 .5em .5em 25px;
 
6
    border-left: 1px solid gray;
 
7
    border-right: 2px solid gray;
 
8
    border-top: 1px solid gray;
 
9
    border-bottom: 1px solid gray;
5
10
}
6
11
 
7
12
.problembox, .runoutput {
8
 
    width: 100%;
 
13
    width: 80%;
9
14
}
10
15
 
11
16
.problembuttons {