~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: 2009-02-24 06:01:52 UTC
  • mfrom: (1099.5.5 new-dispatch)
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: grantw@unimelb.edu.au-20090224060152-136r6lj6zc2eaexp
Merge my console and tutorial changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    border-right: 2px solid gray;
8
8
    border-top: 1px solid gray;
9
9
    border-bottom: 2px solid gray;
 
10
    -moz-border-radius: 10px;
10
11
}
11
12
 
12
13
.exercisebox, .runoutput {
215
216
/* 'Note' callouts */
216
217
div.note
217
218
{
218
 
  border-right:   #87ceeb 1px solid;
219
 
  padding-right: 4px;
220
 
  border-top: #87ceeb 1px solid;
221
 
  padding-left: 4px;
222
 
  padding-bottom: 4px;
 
219
  padding: 4px;
223
220
  margin: 2px 5% 10px;
224
 
  border-left: #87ceeb 1px solid;
225
 
  padding-top: 4px;
226
 
  border-bottom: #87ceeb 1px solid;
227
221
  font-style: normal;
228
 
  font-family: verdana, arial;
 
222
  font-family: sans-serif;
229
223
  background-color: #b0c4de;
 
224
  -moz-border-radius: 10px;
 
225
}
 
226
 
 
227
div.note p.admonition-title
 
228
{
 
229
  font-weight: bold;
230
230
}
231
231
 
232
232
table.rst-example { border: 1px solid black; }