download/prerelease: try to improve formating
authorMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 13:02:20 +0000 (15:02 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 13:02:20 +0000 (15:02 +0200)
download/prerelease/index.html.tt2

index 0fbc6f4..e1a3b0a 100644 (file)
 .hide {
     display: none;
 }
+.keyboard {
+    font-size: 70%;
+}
+
 </style>
 
 </head>
     Once you have <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em> in the same directory as your Grml downloads, verify the SHA256 checksum via:
     </p>
 
-<code>
+<code class="keyboard">
 gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
 </code>
 
     <p>If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a>
     (<em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737</em>), run:</p>
 
-<code>
+<code class="keyboard">
 gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737
 </code>
 
     <p>Finally verify the checksum of your Grml downloads, via:</p>
 
-<code>
+<code class="keyboard">
 sha256sum --ignore-missing -c SHA256SUMS
 </code>