From 90abc14d7db721d01c454b118f5056127dcb70f1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Jun 2020 12:04:45 +0100 Subject: [PATCH] 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. --- firefox/stylus/salsa.debian.org.css | 1 + 1 file changed, 1 insertion(+) 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*/ -- 2.11.0