From fe1ce15dbe07f15108a7f45889eeb921e752a8d4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 29 Oct 2016 10:05:00 -0700 Subject: [PATCH] site: gingerly remove h4/5/6 clear style to fix relnotes Release notes and manual look fine. It may break layout somewhere else. --- site/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 07fde8a5c..728637b0a 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -31,9 +31,11 @@ pre.shell::first-line { .clear { clear:both; } +/* h4, h5, h6 { clear:both; } +*/ .display-table { display:table; }