diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-12 17:26:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-14 18:07:18 +0300 |
commit | e60108713590ccee83da7e2581a43fd5fda5c8ce (patch) | |
tree | 59650cce83b69e527040560482bba7c8513ab17e /www | |
parent | 8701276b3d98b5c6f927e2865ee6a915296033c1 (diff) |
Add repository certificate info to the About page
Diffstat (limited to 'www')
-rw-r--r-- | www/package-version-details-body.css | 2 | ||||
-rw-r--r-- | www/repository-details-body.css | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css index df7889e..2fa2972 100644 --- a/www/package-version-details-body.css +++ b/www/package-version-details-body.css @@ -106,7 +106,7 @@ h1, h2, h3 #version tr.sha256 td .value { /* Increase the chances of 64-char value not to be truncated. */ - font-size: 0.9em; + font-size: 0.88em; } /* diff --git a/www/repository-details-body.css b/www/repository-details-body.css index ae04520..7f211d3 100644 --- a/www/repository-details-body.css +++ b/www/repository-details-body.css @@ -26,3 +26,23 @@ h2 margin: .4em 0 .4em 0; } + +/* + * Certificate details. + */ +p.certfp +{ + font-size: 0.74em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +pre.certpem +{ + font-size: 0.97em; + white-space: pre; + margin: .5em 0 .5em 0; + overflow: hidden; + text-overflow: ellipsis; +} |