Skip to content

Commit e30f502

Browse files
save file
1 parent c3a2d13 commit e30f502

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/x509/certificate-info/certificate-info.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
menu = mod.menumod();
8484

8585
hdr = mod['x509-hdr'];
86-
log = mod.log;
86+
log = mod['log-mod']
8787

8888

8989
menu.initmod({});
@@ -426,6 +426,11 @@
426426
input
427427
{padding:5px 10px;font-size:16px}
428428

429+
430+
.visually-hidden
431+
{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;
432+
clip:rect(0 0 0 0) !important;white-space:nowrap !important;border:0 !important}
433+
429434

430435
</style>
431436

0 commit comments

Comments
 (0)