summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-25 07:57:56 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-25 07:57:56 +0100
commitb1f7987bcf03e0dfea1780b624d0200e689ee563 (patch)
treeb4e5fcdfc3698ba84ea1372b326ee00886dd859d /.config
parent6a44a59e54420fae482fad440bc63248aed7cb99 (diff)
downloaddotfiles-b1f7987bcf03e0dfea1780b624d0200e689ee563.tar.xz
Make POSIX standards easier to read
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/userContent.css7
1 files changed, 7 insertions, 0 deletions
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;
+ }
+}