| Index: milo/appengine/frontend/static/buildbot/css/default.css
|
| diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
|
| index 1ce5afec2860afc13b3c99288695b84a9a3840bd..28b189205709a7714105eb399a4be547e5eb7369 100644
|
| --- a/milo/appengine/frontend/static/buildbot/css/default.css
|
| +++ b/milo/appengine/frontend/static/buildbot/css/default.css
|
| @@ -592,6 +592,10 @@ table.info .left {
|
| text-align: left
|
| }
|
|
|
| +td.value {
|
| + font-weight: bold;
|
| +}
|
| +
|
| table.info td .reason {
|
| display:block;
|
| font-weight: bold;
|
| @@ -601,10 +605,18 @@ table.info td .reason {
|
| background-color: #f6f6f6;
|
| }
|
|
|
| +ul.alternating li:nth-child(even) {
|
| + background-color: #ddd;
|
| +}
|
| +
|
| li {
|
| padding: 0.1em 1em 0.1em 1em;
|
| }
|
|
|
| +.file {
|
| + font-weight: bold;
|
| +}
|
| +
|
| .result {
|
| padding: 0.3em 1em 0.3em 1em;
|
| }
|
|
|