diff options
| author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2026-06-14 19:47:58 +0300 |
|---|---|---|
| committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2026-06-14 19:47:58 +0300 |
| commit | 228f21f09a6d98251267545ba4ee9c55701cc5ca (patch) | |
| tree | fb46f6362543b62d17b76b1c1779c0681e7a8cc4 /generated | |
| parent | 82de1a8373a250d214883fd34b80227b6524a59a (diff) | |
| download | cron4.fi-228f21f09a6d98251267545ba4ee9c55701cc5ca.tar.gz cron4.fi-228f21f09a6d98251267545ba4ee9c55701cc5ca.zip | |
modified css to make code blocks fit
Diffstat (limited to 'generated')
| -rw-r--r-- | generated/fi/index.html | 3 | ||||
| -rw-r--r-- | generated/fi/pgp.html | 4 | ||||
| -rw-r--r-- | generated/static/global.css | 7 |
3 files changed, 6 insertions, 8 deletions
diff --git a/generated/fi/index.html b/generated/fi/index.html index a652457..80390c0 100644 --- a/generated/fi/index.html +++ b/generated/fi/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="(fi . Siirry pääsisältöön)" xml:lang="(fi . Siirry pääsisältöön)"> <head> -<!-- 2026-06-14 Sun 16:07 --> +<!-- 2026-06-14 Sun 19:44 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Joel Kronqvist</title> @@ -210,6 +210,7 @@ Tervetuloa verkkosivuilleni! Löydät täältä seuraavaa: <ul class="org-ul"> <li><a href="./blog">Blogi</a></li> +<li><a href="https://git.cron4.fi">Git-tietosäilöni</a></li> <li><a href="./pgp.html">Julkinen avaimeni</a></li> </ul> diff --git a/generated/fi/pgp.html b/generated/fi/pgp.html index cf20d58..89033e3 100644 --- a/generated/fi/pgp.html +++ b/generated/fi/pgp.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="(fi . Siirry pääsisältöön)" xml:lang="(fi . Siirry pääsisältöön)"> <head> -<!-- 2026-06-14 Sun 16:07 --> +<!-- 2026-06-14 Sun 19:44 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Julkinen avaimeni</title> @@ -236,7 +236,7 @@ Lataa julkiset avaimeni seuraavista linkeistä: Alla on vielä todiste siitä, että uusi julkinen avaimeni on aito. </p> -<pre class="example" id="orga61a5e6"> +<pre class="example" id="org64bdd01"> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 diff --git a/generated/static/global.css b/generated/static/global.css index 6a2ec49..964060c 100644 --- a/generated/static/global.css +++ b/generated/static/global.css @@ -56,13 +56,10 @@ header { box-sizing: border-box; } -.x-scroll { - overflow-x: auto; -} -pre { +pre, .example, .src { padding: 1em; background-color: var(--code-bg); - width: fit-content; + overflow-x: auto; } figure > img { |
