| 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..34579a7d78191d652baed2264050209643b75379 100644
|
| --- a/milo/appengine/frontend/static/buildbot/css/default.css
|
| +++ b/milo/appengine/frontend/static/buildbot/css/default.css
|
| @@ -601,6 +601,10 @@ table.info td .reason {
|
| background-color: #f6f6f6;
|
| }
|
|
|
| +ul.alternating li:nth-child(even) {
|
| + background-color: #ddd;
|
| +}
|
| +
|
| li {
|
| padding: 0.1em 1em 0.1em 1em;
|
| }
|
|
|