aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/package-version-details-body.css2
-rw-r--r--www/repository-details-body.css20
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;
+}