chiark / gitweb /
firefox/stylus/outlook.office.com.css: Override `min-width'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jun 2020 12:36:45 +0000 (13:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 09:17:38 +0000 (10:17 +0100)
Why is this even there?  Everything works fine without.  Is it just
to say `fuck you' to people who like narrow columns?

firefox/stylus/outlook.office.com.css [new file with mode: 0644]

diff --git a/firefox/stylus/outlook.office.com.css b/firefox/stylus/outlook.office.com.css
new file mode 100644 (file)
index 0000000..cc980f6
--- /dev/null
@@ -0,0 +1,4 @@
+/* -*-css-*- */
+/*@ domains: outlook.office.com */
+body { min-width: 0; }
+/*@END*/