summaryrefslogtreecommitdiff
path: root/trunk/reprap/web/james-bom/MDB2/MDB2-2.4.1/tests/tests.css
blob: 447eb7f2ce30b6e2449ed94a0bc8f91932de553f (plain)
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
<!-- CSS attributes for the HTML test output -->

body {
    background-color: #ffffff;
    color: #000000;
}

div.failure {
    border: 2px #FF0000 solid;
    margin : 1em;
}

h1 {
   font-size: x-small
}

div.test {
  border : 1px #000000 solid;
  width : 100%;
  margin-top : 1em;
  padding : 2px;
}

.title {
  top : 0px;
  left : 0px;
  text-align : center;
  background : #000000;
  color : #FFFFFF;
  padding : 4px;
}

div.testlineup {
   border: 2px #000000 solid;
}