From 0bac3ecc134b44b693bf1db7ff0baf7a4614698c Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 29 Mar 2015 15:23:56 +0200 Subject: [PATCH] do not show ugly lines below minor headlines --- browser/loops.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browser/loops.css b/browser/loops.css index d6b9acc..eabe375 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -238,18 +238,21 @@ fieldset.box td { font-weight: bold; color: #444; padding-top: 0.4em; + border-bottom: none; } .content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 { font-size: 130%; font-weight: normal; padding-top: 0.3em; + border-bottom: none; } .content-5 h1, .content-4 h2, .content-3 h3, content-2 h4, h5 { font-size: 120%; /* border: none; */ padding-top: 0.2em; + border-bottom: none; } .box {