From 6447be620304256c0b9f9050dfbcecd39b01b674 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Wed, 5 Jun 2019 19:36:05 +0200 Subject: [PATCH] doc: adjust TOC margins PR-URL: https://github.com/nodejs/node/pull/28075 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Yongsheng Zhang --- doc/api_assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index d5220e816810f6..bdef22b04f78c9 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -353,10 +353,13 @@ hr { #toc h2 { margin-top: 0; - line-height: 0; margin: 1.5rem 0; } +#toc p { + margin: 0; +} + #toc ul a { text-decoration:none; }