summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:56:39 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:56:57 -0600
commitedb440f1cf8f864587e582349f4d07b1d38538fb (patch)
treeeddbb9d5d7c652cb01de95e21d98da8c8e8ff474
parente2ff614dcee1225a53317e90d262817ca4b36b57 (diff)
parentaa15dc46cf74c69c7dd3309d958b71addd6b6465 (diff)
make: Revert "Fuss with the CSS to make Firefox for Android happy"pre-generated
This reverts commit 079efbc10b5e8c89e4f87b017ffa02e9d32aefb3.
-rw-r--r--page.html.erb1
-rw-r--r--public/arch-systemd.html1
-rw-r--r--public/assets/style.css22
-rw-r--r--public/bash-arrays.html1
-rw-r--r--public/bash-redirection.html1
-rw-r--r--public/btrfs-rec.html1
-rw-r--r--public/build-bash-1.html1
-rw-r--r--public/crt-sh-architecture.html1
-rw-r--r--public/emacs-as-an-os.html1
-rw-r--r--public/emacs-shells.html1
-rw-r--r--public/fd_printf.html1
-rw-r--r--public/fs-licensing-explanation.html1
-rw-r--r--public/git-go-pre-commit.html1
-rw-r--r--public/http-notes.html1
-rw-r--r--public/index.html1
-rw-r--r--public/java-segfault-redux.html1
-rw-r--r--public/java-segfault.html1
-rw-r--r--public/kbd-xmodmap.html1
-rw-r--r--public/lp2015-videos.html1
-rw-r--r--public/make-memoize.html1
-rw-r--r--public/nginx-mediawiki.html1
-rw-r--r--public/pacman-overview.html1
-rw-r--r--public/poor-system-documentation.html1
-rw-r--r--public/posix-pricing.html1
-rw-r--r--public/purdue-cs-login.html1
-rw-r--r--public/rails-improvements.html1
-rw-r--r--public/ryf-routers.html1
-rw-r--r--public/term-colors.html1
-rw-r--r--public/what-im-working-on-fall-2014.html1
-rw-r--r--public/x11-systemd.html1
30 files changed, 31 insertions, 20 deletions
diff --git a/page.html.erb b/page.html.erb
index 69ccc3a..93007de 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title><%= @page.title %> — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/arch-systemd.html b/public/arch-systemd.html
index 30d089c..6fa0b42 100644
--- a/public/arch-systemd.html
+++ b/public/arch-systemd.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>What Arch Linux's switch to systemd means for users — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/assets/style.css b/public/assets/style.css
index f345dc1..1033f57 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -30,28 +30,10 @@ li p + ul { margin-top: -1em; }
kbd, code, samp, tt, pre {
background: #DDDDFF;
-}
-kbd, code, samp, tt, {
- white-space: pre-wrap;
-}
-@media screen {
- /* Firefox for Android does weird hacks with font-size. In
- * particular, `white-space: pre` is broken on Firefox for
- * Android if you don't set an absolute font-size. So this is
- * a hack to get reasonable behavior without setting
- * `white-space: pre`. */
- pre {
- white-space: pre-wrap;
- overflow-x: auto;
- }
- pre > code {
- white-space: pre-wrap;
- display: block;
- min-width: max-content;
- }
+ white-space: pre;
}
@media print {
- pre, pre > code {
+ kbd, code, samp, tt, pre {
white-space: pre-wrap;
}
}
diff --git a/public/bash-arrays.html b/public/bash-arrays.html
index 5e79064..4bcaf3c 100644
--- a/public/bash-arrays.html
+++ b/public/bash-arrays.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Bash arrays — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/bash-redirection.html b/public/bash-redirection.html
index f846a61..6f5af47 100644
--- a/public/bash-redirection.html
+++ b/public/bash-redirection.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Bash redirection — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/btrfs-rec.html b/public/btrfs-rec.html
index 9ecaec8..beaf652 100644
--- a/public/btrfs-rec.html
+++ b/public/btrfs-rec.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Announcing: btrfs-rec: Recover (data from) a broken btrfs filesystem — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/build-bash-1.html b/public/build-bash-1.html
index 02206be..30b46b7 100644
--- a/public/build-bash-1.html
+++ b/public/build-bash-1.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Building Bash 1.14.7 on a modern system — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/crt-sh-architecture.html b/public/crt-sh-architecture.html
index a0a2840..b9d1b06 100644
--- a/public/crt-sh-architecture.html
+++ b/public/crt-sh-architecture.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>The interesting architecture of crt.sh — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/emacs-as-an-os.html b/public/emacs-as-an-os.html
index 5218245..da8c904 100644
--- a/public/emacs-as-an-os.html
+++ b/public/emacs-as-an-os.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Emacs as an operating system — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/emacs-shells.html b/public/emacs-shells.html
index 66035f7..b0a7647 100644
--- a/public/emacs-shells.html
+++ b/public/emacs-shells.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>A summary of Emacs' bundled shell and terminal modes — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/fd_printf.html b/public/fd_printf.html
index 2bc55a4..b4d6c2b 100644
--- a/public/fd_printf.html
+++ b/public/fd_printf.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>`dprintf`: print formatted text directly to a file descriptor — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/fs-licensing-explanation.html b/public/fs-licensing-explanation.html
index f84f5ac..13e3db7 100644
--- a/public/fs-licensing-explanation.html
+++ b/public/fs-licensing-explanation.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>An explanation of how "copyleft" licensing works — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/git-go-pre-commit.html b/public/git-go-pre-commit.html
index 8b81f61..1fbac13 100644
--- a/public/git-go-pre-commit.html
+++ b/public/git-go-pre-commit.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>A git pre-commit hook for automatically formatting Go code — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/http-notes.html b/public/http-notes.html
index 7828a1d..f7b3588 100644
--- a/public/http-notes.html
+++ b/public/http-notes.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Notes on subtleties of HTTP implementation — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/index.html b/public/index.html
index 9fa4930..2c91707 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Web log entries — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/java-segfault-redux.html b/public/java-segfault-redux.html
index 41328df..d491dcd 100644
--- a/public/java-segfault-redux.html
+++ b/public/java-segfault-redux.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>My favorite bug: segfaults in Java (redux) — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/java-segfault.html b/public/java-segfault.html
index 2344acf..257b223 100644
--- a/public/java-segfault.html
+++ b/public/java-segfault.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>My favorite bug: segfaults in Java — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/kbd-xmodmap.html b/public/kbd-xmodmap.html
index fdede30..26bb5c3 100644
--- a/public/kbd-xmodmap.html
+++ b/public/kbd-xmodmap.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>GNU/Linux Keyboard Maps: xmodmap — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/lp2015-videos.html b/public/lp2015-videos.html
index 0445e7d..439df0a 100644
--- a/public/lp2015-videos.html
+++ b/public/lp2015-videos.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>I took some videos at LibrePlanet — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/make-memoize.html b/public/make-memoize.html
index ae3da5f..f99d4b4 100644
--- a/public/make-memoize.html
+++ b/public/make-memoize.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>A memoization routine for GNU Make functions — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/nginx-mediawiki.html b/public/nginx-mediawiki.html
index 8d677f2..9e7ff52 100644
--- a/public/nginx-mediawiki.html
+++ b/public/nginx-mediawiki.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>An Nginx configuration for MediaWiki — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/pacman-overview.html b/public/pacman-overview.html
index c5e3114..ce11166 100644
--- a/public/pacman-overview.html
+++ b/public/pacman-overview.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>A quick overview of usage of the Pacman package manager — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/poor-system-documentation.html b/public/poor-system-documentation.html
index 7d6088c..d15d470 100644
--- a/public/poor-system-documentation.html
+++ b/public/poor-system-documentation.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Why documentation on GNU/Linux sucks — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/posix-pricing.html b/public/posix-pricing.html
index 40d229b..dab8f2a 100644
--- a/public/posix-pricing.html
+++ b/public/posix-pricing.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>POSIX pricing and availability; or: Do you really need the PDF? — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/purdue-cs-login.html b/public/purdue-cs-login.html
index 934af4e..7deb432 100644
--- a/public/purdue-cs-login.html
+++ b/public/purdue-cs-login.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Customizing your login on Purdue CS computers (WIP, but updated) — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/rails-improvements.html b/public/rails-improvements.html
index 8b02cef..def615e 100644
--- a/public/rails-improvements.html
+++ b/public/rails-improvements.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Miscellaneous ways to improve your Rails experience — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/ryf-routers.html b/public/ryf-routers.html
index e964fb1..5f8cf7a 100644
--- a/public/ryf-routers.html
+++ b/public/ryf-routers.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>I'm excited about the new RYF-certified routers from ThinkPenguin — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/term-colors.html b/public/term-colors.html
index 4a8d866..55827b9 100644
--- a/public/term-colors.html
+++ b/public/term-colors.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>An explanation of common terminal emulator color codes — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/what-im-working-on-fall-2014.html b/public/what-im-working-on-fall-2014.html
index efc293a..3f58032 100644
--- a/public/what-im-working-on-fall-2014.html
+++ b/public/what-im-working-on-fall-2014.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>What I'm working on (Fall 2014) — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
diff --git a/public/x11-systemd.html b/public/x11-systemd.html
index a238c73..a26b00d 100644
--- a/public/x11-systemd.html
+++ b/public/x11-systemd.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>My X11 setup with systemd — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>