summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--page.html.erb3
-rw-r--r--public/assets/style.css22
2 files changed, 4 insertions, 21 deletions
diff --git a/page.html.erb b/page.html.erb
index 93007de..54959d8 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -15,7 +15,8 @@
<footer>
<aside class="sponsor"><p>I'd love it if you <a class="em"
href="/sponsor/">sponsored me</a>. It will allow me to continue
- my work on the GNU/Linux ecosystem. Thanks!</p></aside>
+ <a class="em" href="/imworkingon/">my work</a> on the GNU/Linux
+ ecosystem. Thanks!</p></aside>
<%= @page.rights %>
</footer>
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;
}
}