Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vignette
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pascal Engélibert
vignette
Commits
702f9471
Commit
702f9471
authored
3 years ago
by
amelinand
Browse files
Options
Downloads
Patches
Plain Diff
write cksum in italic.
parent
be10dad4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+4
-3
4 additions, 3 deletions
index.html
with
4 additions
and
3 deletions
index.html
+
4
−
3
View file @
702f9471
...
...
@@ -160,15 +160,15 @@
const
LOGO_WIDTH_AND_HEIGHT
=
175
;
const
IMAGE_PLACEHOLDER
=
"
./img/logo_g.png
"
const
TITLE_FONT
=
"
45px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto
,
Oxygen-Sans
,
Ubuntu
,
Cantarell,'Helvetica Neue',sans-serif
"
;
const
TITLE_FONT
=
"
45px -apple-system,
'
BlinkMacSystemFont
'
,'Segoe UI',
'
Roboto
','
Oxygen-Sans
','
Ubuntu
','
Cantarell
'
,'Helvetica Neue',
'
sans-serif
'
"
;
const
INFOS_FONT
=
"
30px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto
,
Oxygen-Sans
,
Ubuntu
,
Cantarell,'Helvetica Neue',sans-serif
"
;
const
INFOS_FONT
=
"
30px -apple-system,
'
BlinkMacSystemFont
'
,'Segoe UI',
'
Roboto
','
Oxygen-Sans
','
Ubuntu
','
Cantarell
'
,'Helvetica Neue',
'
sans-serif
'
"
;
const
INFOS_START_POSITION
=
150
;
const
INFOS_LINE_BREAK
=
50
;
const
CKSUM_COLOR
=
"
#686868
"
const
PUBKEY_URI_FONT
=
"
20px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto
,
Oxygen-Sans
,
Ubuntu
,
Cantarell,'Helvetica Neue',sans-serif
"
;
const
PUBKEY_URI_FONT
=
"
20px -apple-system,
'
BlinkMacSystemFont
'
,'Segoe UI',
'
Roboto
','
Oxygen-Sans
','
Ubuntu
','
Cantarell
'
,'Helvetica Neue',
'
sans-serif
'
"
;
const
G1_WRONG_SYMBOL
=
"
G1
"
;
const
G1_SYMBOL
=
"
Ğ1
"
;
...
...
@@ -347,6 +347,7 @@
// write checksum in grey
ctx
.
save
();
ctx
.
fillStyle
=
CKSUM_COLOR
;
ctx
.
font
=
"
italic
"
+
INFOS_FONT
;
ctx
.
fillText
(
colon_cksum
,
xPosCksum
,
yPosPubkey
);
ctx
.
restore
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment