summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-05-17 17:29:27 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-05-17 17:29:27 +0100
commit09accc91e95dd19db95d59837a7b264dcb4ceef1 (patch)
tree14e7bb6da535d1ee5d34f2d9a3d42a0913d00eb4 /resources
parent181777791b1be77d9bd1457dc3c8789de5069a01 (diff)
downloadnetsurf-09accc91e95dd19db95d59837a7b264dcb4ceef1.tar.gz
netsurf-09accc91e95dd19db95d59837a7b264dcb4ceef1.tar.bz2
Improve certificate page styling.
Diffstat (limited to 'resources')
-rw-r--r--resources/internal.css12
1 files changed, 9 insertions, 3 deletions
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