From b1f7987bcf03e0dfea1780b624d0200e689ee563 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 25 Feb 2022 07:57:56 +0100 Subject: Make POSIX standards easier to read --- .config/firefox/userContent.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index a878a36..95b7ad9 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -137,3 +137,10 @@ left: auto !important; } } + +@-moz-document domain(pubs.opengroup.org) { + body { + max-width: 40em; + margin: auto !important; + } +} -- cgit v1.2.3