mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
21 lines
138 B
CSS
21 lines
138 B
CSS
|
.date {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
thead {
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
|
||
|
.success {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
.failure {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|