hurl/integration/report/html/report.css

28 lines
224 B
CSS
Raw Normal View History

2020-08-27 10:07:46 +03:00
.date {
margin-bottom: 10px;
}
thead {
font-weight: bolder;
}
2021-05-25 17:56:55 +03:00
td {
padding: 3px 5px;
}
.summary {
padding: 10px;
}
.success, .success a {
2020-08-27 10:07:46 +03:00
color: green;
}
2021-05-25 17:56:55 +03:00
.failure, .failure a {
2020-08-27 10:07:46 +03:00
color: red;
}