2008-11-30 02:12:55 +00:00
|
|
|
body {
|
|
|
|
font: 14px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
padding-top: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
font: 24px; /* "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; */
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 5px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2009-08-07 21:11:40 +00:00
|
|
|
.fail {
|
2008-12-10 18:32:23 +00:00
|
|
|
background: url( ../images/fail-16.png ) no-repeat;
|
2008-11-30 02:12:55 +00:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2009-08-07 21:11:40 +00:00
|
|
|
.fail_in_summary {
|
2008-11-30 02:12:55 +00:00
|
|
|
color: red;
|
|
|
|
}
|