From: Mark Wooding Date: Fri, 19 Jun 2020 11:04:45 +0000 (+0100) Subject: firefox/stylus/salsa.debian.org.css: Suppress rule under subsection heads. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/90abc14d7db721d01c454b118f5056127dcb70f1 firefox/stylus/salsa.debian.org.css: Suppress rule under subsection heads. The section and subsection styles aren't very clearly distinguished. This helps, and also declutters the page. --- diff --git a/firefox/stylus/salsa.debian.org.css b/firefox/stylus/salsa.debian.org.css index 6d45dd5..ad8089d 100644 --- a/firefox/stylus/salsa.debian.org.css +++ b/firefox/stylus/salsa.debian.org.css @@ -7,4 +7,5 @@ body { font-size: inherit; font-family: sans-serif; } .md { font-family: serif; } .md h1, .md h2, .md h3 { font-family: sans-serif; } +.md h2, .md h3 { border-bottom: none; } /*@END*/