File size: 502 Bytes
4cadbaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
pre {
  color: #ddd;
  background-color: #333;
  padding: 1em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

pre.selector {
    text-align: center;
    padding: .5em;
    cursor: pointer;
}

pre.document {
    max-height: 150px;
    overflow: auto;
}

pre.success {
    background-color: #363;
}

pre.failure {
    background-color: #633;
}

table {
    width: 100%;
}

table td {
    width: 50%;
}

table pre {
    height: 100%;
}

h1,h2 {
    text-align: center;
}