From: Michael Prokop Date: Tue, 13 Jul 2021 13:02:20 +0000 (+0200) Subject: download/prerelease: try to improve formating X-Git-Url: https://git.grml.org/?p=grml.org.git;a=commitdiff_plain;h=2b93898dd303d580e78f85fd61574173b95d025c download/prerelease: try to improve formating --- diff --git a/download/prerelease/index.html.tt2 b/download/prerelease/index.html.tt2 index 0fbc6f4..e1a3b0a 100644 --- a/download/prerelease/index.html.tt2 +++ b/download/prerelease/index.html.tt2 @@ -66,6 +66,10 @@ .hide { display: none; } +.keyboard { + font-size: 70%; +} + @@ -238,20 +242,20 @@ Once you have SHA256SUMS and SHA256SUMS.gpg in the same directory as your Grml downloads, verify the SHA256 checksum via:

- + gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS

If you don't have our GnuPG signing key (0x96A87872B7EA3737, fingerprint 33CC B136 401A FEC8 43A3 8763 96A8 7872 B7EA 3737), run:

- + gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737

Finally verify the checksum of your Grml downloads, via:

- + sha256sum --ignore-missing -c SHA256SUMS