]> git.madduck.net Git - etc/neomutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

introduce .hidden class
authormartin f. krafft <madduck@madduck.net>
Tue, 21 Nov 2023 13:48:53 +0000 (14:48 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 21 Nov 2023 13:50:24 +0000 (14:50 +0100)
.config/neomutt/htmlmail.css

index 7003a340e62a010cc42d364ba5562431291b2e15..c7d22202d63381041f136568ed4715cc0ecf6e81 100644 (file)
@@ -1,6 +1,6 @@
 body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; }
 
-#signature .sig_separator { display: none; }
+#signature .sig_separator, .hidden { display: none; }
 
 .admonition {
     background-color: transparent;