mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-20 17:41:50 +03:00
28 lines
224 B
CSS
28 lines
224 B
CSS
.date {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
thead {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
td {
|
|
padding: 3px 5px;
|
|
}
|
|
|
|
.summary {
|
|
padding: 10px;
|
|
}
|
|
.success, .success a {
|
|
color: green;
|
|
}
|
|
|
|
.failure, .failure a {
|
|
color: red;
|
|
}
|
|
|
|
|
|
|
|
|
|
|