diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-04-01 18:02:20 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-04-01 18:04:32 +0200 |
| commit | 573e62d4e004ff601ed800ac26384df4f6461d52 (patch) | |
| tree | d6dadaad6cd46b132845cc61475d6c3d63b16a53 | |
| parent | 2539b00f2f5c912c181869d1f4bc8ec56ef3e8d0 (diff) | |
| download | dotfiles-573e62d4e004ff601ed800ac26384df4f6461d52.tar.xz | |
Tweak a couple of websites
| -rw-r--r-- | .config/firefox/userContent.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; |
