Skip to content

Commit d97249b

Browse files
save file
1 parent 27fbdd2 commit d97249b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

utils/x509/generate-certificate-chain/v2.0/generate-certificate-chain-v2.0.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,15 @@
127127

128128
<style>
129129

130-
html
131-
{height:100%}
130+
html
131+
{height:100%;font-family:arial}
132132
body
133133
{height:calc(100% - 42px);margin:20px;display:flex;flex-direction:column}
134+
135+
x509-hdr
136+
{margin-bottom:20px}
137+
138+
134139
.hdr
135140
{font-family:arial;position:relative;margin-top:0;margin-bottom:20px;background:white;
136141
padding-bottom:10px;border-bottom:3px solid lightblue}
@@ -213,8 +218,6 @@ <h1 class=visually-hidden>
213218
</pre>
214219

215220

216-
<log-mod component></log-mod>
217-
218221
</body>
219222

220223

@@ -233,9 +236,11 @@ <h1 class=visually-hidden>
233236
//:
234237

235238

236-
function initdom(){
239+
function initdom(rootnode){
237240

238241

242+
hdr.initdom();
243+
239244
var btns = $('#btns');
240245

241246
$(btns,'#clear').onclick = btn.clear;
@@ -250,6 +255,8 @@ <h1 class=visually-hidden>
250255
view.replaceChildren();
251256

252257

258+
259+
253260
}//initdom
254261

255262

0 commit comments

Comments
 (0)