From 09accc91e95dd19db95d59837a7b264dcb4ceef1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 17 May 2020 17:29:27 +0100 Subject: Improve certificate page styling. --- resources/internal.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/internal.css b/resources/internal.css index 3829b7be5..a6b666b67 100644 --- a/resources/internal.css +++ b/resources/internal.css @@ -196,18 +196,24 @@ body#dirlist span.size + span.size { * certificate display style */ body#certificate table.info { - width: 90%; - margin: 1.2em auto 0; + width: 90%; + margin: 1.2em auto 0; } body#certificate table.info th { width: 14em; - text-align: right; + vertical-align: top; + text-align: right; font-weight: bold; font-family: sans-serif; padding-right: 1em; } +body#certificate table.info td.data { + font-family: monospace; + font-size: 90%; +} + /* * configuration listing style -- cgit v1.2.3