diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 07:57:56 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 07:57:56 +0100 |
| commit | b1f7987bcf03e0dfea1780b624d0200e689ee563 (patch) | |
| tree | b4e5fcdfc3698ba84ea1372b326ee00886dd859d /.config | |
| parent | 6a44a59e54420fae482fad440bc63248aed7cb99 (diff) | |
| download | dotfiles-b1f7987bcf03e0dfea1780b624d0200e689ee563.tar.xz | |
Make POSIX standards easier to read
Diffstat (limited to '.config')
| -rw-r--r-- | .config/firefox/userContent.css | 7 |
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; + } +} |
