From 76c918c3c643db58e2e4778946fd76da92926019 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 20 Aug 2023 14:58:20 -0600 Subject: [PATCH] Headers now include some padding before rendering text Resolves #2316. --- CHANGELOG.md | 1 + static/style.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c300af2a..51c49a78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - Fixed `@namespace` property discovery if merged with a type and the type was declared first #2364. - Tables in markdown are now styled, #2366. - Sidebar links no longer open in a new tab, #2353. +- Headers now include some padding before rendering text, #2316. - Symbol locations for signatures on `reflection.sources` now considers the node's name like non-signature location discovery does. ### Thanks! diff --git a/static/style.css b/static/style.css index e0077e616..258146fc0 100644 --- a/static/style.css +++ b/static/style.css @@ -466,13 +466,12 @@ blockquote { padding: 0 0 0 20px; margin: 0; } -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, +.tsd-typography h4, .tsd-typography h5, .tsd-typography h6 { font-size: 1em; - margin: 0; } .tsd-typography h5, .tsd-typography h6 {