From 573e62d4e004ff601ed800ac26384df4f6461d52 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 1 Apr 2022 18:02:20 +0200 Subject: Tweak a couple of websites --- .config/firefox/userContent.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.config/firefox') diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index fd9ef75..1ce8212 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -76,6 +76,13 @@ } } +@-moz-document domain(lists.debian.org) { + pre { + margin: auto !important; + max-width: fit-content; + } +} + @-moz-document domain(list.orgmode.org), domain(lore.kernel.org) { body { margin: auto; @@ -165,6 +172,13 @@ } } +@-moz-document domain(mjg59.dreamwidth.org) { + .column-right #content { + max-width: 45em; + margin: auto; + } +} + @-moz-document domain(pubs.opengroup.org) { body { max-width: 40em; -- cgit v1.2.3