diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 19:27:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-14 13:55:17 +0300 |
commit | 1367aa09951e0aa7491bc2a5bf7209b0b47be65e (patch) | |
tree | 8e4ffe92d9d7107d712f7096a7eb78872617efca /www/builds-body.css | |
parent | da39917917f03bd709eb7807cc5d900ddeb1e48c (diff) |
Add support for packages and builds global views
Diffstat (limited to 'www/builds-body.css')
-rw-r--r-- | www/builds-body.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/builds-body.css b/www/builds-body.css index ef641e8..6c27b09 100644 --- a/www/builds-body.css +++ b/www/builds-body.css @@ -47,7 +47,8 @@ .build tr.machine td .value, .build tr.target td .value, .build tr.timestamp td .value, -.build tr.result td .value +.build tr.result td .value, +.build tr.tenant td .value { /* <code> style. */ font-family: monospace; |