Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!-- CSS attributes for the HTML test output -->
2
 
3
body {
4
    background-color: #ffffff;
5
    color: #000000;
6
}
7
 
8
div.failure {
9
    border: 2px #FF0000 solid;
10
    margin : 1em;
11
}
12
 
13
h1 {
14
   font-size: x-small
15
}
16
 
17
div.test {
18
  border : 1px #000000 solid;
19
  width : 100%;
20
  margin-top : 1em;
21
  padding : 2px;
22
}
23
 
24
.title {
25
  top : 0px;
26
  left : 0px;
27
  text-align : center;
28
  background : #000000;
29
  color : #FFFFFF;
30
  padding : 4px;
31
}
32
 
33
div.testlineup {
34
   border: 2px #000000 solid;
35
}
36
 
37