diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-07 14:43:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-07 14:43:49 +0300 |
commit | ded07cf185540680bc9c06f174e807ba0f3f736c (patch) | |
tree | ef851e6d76fabebff67a2d1ff2beae48edbae154 /www/builds-body.css | |
parent | a91334e64fee910190173f39b6048729db009e4e (diff) |
Move indication that tenant is archived to timestamp field on builds and package version details pages
Diffstat (limited to 'www/builds-body.css')
-rw-r--r-- | www/builds-body.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/builds-body.css b/www/builds-body.css index 65a2acf..b5275c3 100644 --- a/www/builds-body.css +++ b/www/builds-body.css @@ -56,7 +56,6 @@ font-size: 0.94em; } -.build .archived {color: #6c6c6c;} .build .pending {color: #d1943c;} .build .building {color: #d1943c;} .build .success {color: #00bb00;} |