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
}
6
 
7
div.failure {
8
    border: 2px #FF0000 solid;
9
    margin : 1em;
10
}
11
 
12
h1 {
13
   font-size: x-small
14
}
15
 
16
div.test {
17
  border : 1px #000000 solid;
18
  width : 100%;
19
  margin-top : 1em;
20
  padding : 2px;
21
}
22
 
23
.title {
24
  top : 0px;
25
  left : 0px;
26
  text-align : center;
27
  background : #000000;
28
  color : #FFFFFF;
29
  padding : 4px;
30
}
31
 
32
div.testlineup {
33
   border: 2px #000000 solid;
34
}
35
 
36